mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Lift Godot GLView update frequency from 30 to 60
This commit is contained in:
parent
e20e3c9525
commit
7ff0ce7e00
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define kFilteringFactor 0.1
|
#define kFilteringFactor 0.1
|
||||||
#define kRenderingFrequency 30
|
#define kRenderingFrequency 60
|
||||||
#define kAccelerometerFrequency 100.0 // Hz
|
#define kAccelerometerFrequency 100.0 // Hz
|
||||||
|
|
||||||
#ifdef APPIRATER_ENABLED
|
#ifdef APPIRATER_ENABLED
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue