revert back fps interval to 0.1s

Why was it set to 2 seconds?
This commit is contained in:
Ricardo Quesada 2013-08-29 20:05:14 -07:00
parent 4804ea14b1
commit c599ecb260
1 changed files with 1 additions and 1 deletions

View File

@ -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 (2.0f) #define CC_DIRECTOR_STATS_INTERVAL (0.1f)
#endif #endif
/** @def CC_DIRECTOR_FPS_POSITION /** @def CC_DIRECTOR_FPS_POSITION