mirror of https://github.com/axmolengine/axmol.git
revert back fps interval to 0.1s
Why was it set to 2 seconds?
This commit is contained in:
parent
4804ea14b1
commit
c599ecb260
|
@ -99,7 +99,7 @@ To enabled set it to 1. Disabled by default.
|
|||
Default value: 0.1f
|
||||
*/
|
||||
#ifndef CC_DIRECTOR_STATS_INTERVAL
|
||||
#define CC_DIRECTOR_STATS_INTERVAL (2.0f)
|
||||
#define CC_DIRECTOR_STATS_INTERVAL (0.1f)
|
||||
#endif
|
||||
|
||||
/** @def CC_DIRECTOR_FPS_POSITION
|
||||
|
|
Loading…
Reference in New Issue