Fix English syntax in CCDrawingPrimitives.cpp

This commit is contained in:
Walzer 2012-09-16 10:18:06 +08:00
parent 7e123f3aec
commit b8fad67ef4
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ static void lazy_init( void )
}
}
// When back to foreground on android, we want to it to initialize again
// When switching from backround to foreground on android, we want the params to be initialized again
void ccDrawInit()
{
s_bInitialized = false;