mirror of
https://github.com/godotengine/godot.git
synced 2024-11-24 21:22:48 +00:00
Lift Godot GLView update frequency from 30 to 60
This commit is contained in:
parent
e20e3c9525
commit
7ff0ce7e00
@ -38,7 +38,7 @@
|
||||
#endif
|
||||
|
||||
#define kFilteringFactor 0.1
|
||||
#define kRenderingFrequency 30
|
||||
#define kRenderingFrequency 60
|
||||
#define kAccelerometerFrequency 100.0 // Hz
|
||||
|
||||
#ifdef APPIRATER_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user