From 411bb950250792440990c5c3ecff4d270ac741b2 Mon Sep 17 00:00:00 2001 From: shujunqiao Date: Fri, 28 Mar 2014 13:50:06 +0800 Subject: [PATCH] add [director end] command's explain in CCConsole.cpp. --- cocos/base/CCConsole.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cocos/base/CCConsole.cpp b/cocos/base/CCConsole.cpp index f84b03efdc..792188a97d 100644 --- a/cocos/base/CCConsole.cpp +++ b/cocos/base/CCConsole.cpp @@ -586,6 +586,7 @@ void Console::commandDirector(int fd, const std::string& args) { const char help[] = "available director directives:\n" "\tpause, pause all scheduled timers, the draw rate will be 4 FPS to reduce CPU consumption\n" + "\tend, exit this app.\n" "\tresume, resume all scheduled timers\n" "\tstop, Stops the animation. Nothing will be drawn.\n" "\tstart, Restart the animation again, Call this function only if [director stop] was called earlier\n";