From 8da4457904d30a286c5c7c2ea4b0d8c568c0ce95 Mon Sep 17 00:00:00 2001 From: Walzer Date: Tue, 24 Aug 2010 06:32:01 +0000 Subject: [PATCH] issue #62, debug --- cocos2dx/include/ccConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cocos2dx/include/ccConfig.h b/cocos2dx/include/ccConfig.h index e1e7c2f65b..107355e2ee 100644 --- a/cocos2dx/include/ccConfig.h +++ b/cocos2dx/include/ccConfig.h @@ -41,7 +41,7 @@ THE SOFTWARE. To enable set it to a value different than 0. Enabled by default. */ -#define CC_DIRECTOR_FAST_FPS 0 +#define CC_DIRECTOR_FAST_FPS 1 /** @def CC_DIRECTOR_FPS_INTERVAL Senconds between FPS updates.