mirror of https://github.com/axmolengine/axmol.git
Up refresh interval to 2 secs
This commit is contained in:
parent
40332299d1
commit
92c45d85f2
|
@ -99,7 +99,7 @@ To enabled set it to 1. Disabled by default.
|
||||||
Default value: 0.1f
|
Default value: 0.1f
|
||||||
*/
|
*/
|
||||||
#ifndef CC_DIRECTOR_STATS_INTERVAL
|
#ifndef CC_DIRECTOR_STATS_INTERVAL
|
||||||
#define CC_DIRECTOR_STATS_INTERVAL (0.5f)
|
#define CC_DIRECTOR_STATS_INTERVAL (2.0f)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** @def CC_DIRECTOR_FPS_POSITION
|
/** @def CC_DIRECTOR_FPS_POSITION
|
||||||
|
|
Loading…
Reference in New Issue