We are migrating issue tracker of Cocos2d-x Project to Github, please create new issue there. Thanks.
Can CCConfiguration singleton don't be so ugly?
Can CCConfiguration singleton don't be so ugly?
Bug #502 [Closed]
- Target version changed from cocos2d-1.0.0-x-0.9.0 to cocos2d-0.99.5-x-0.8.5
- Project changed from cocos2d-x to cpp
- Category deleted (
5) - Target version deleted (
cocos2d-0.99.5-x-0.8.5)
Status: | Closed | |
---|---|---|
Start date: | 2011-05-19 | |
Priority: | Normal | |
Due date: | ||
Assignee: | ||
% Done: | 100% |
|
Category: | - | |
Target version: | - |
It’s a singleton while constructor is in public functions,
static bool g_bInited is unused, cause ::init function will be call again and again.
static char *g_pGlExtensions is uninitialized.