J
Jun
hi,
i'm just wondering why this happens, here is the scenario:
class CRenderer : public TSingleton<CRenderer>
...
#define RENDERER Singleton<CRenderer>::Instance()
...
RENDERER->Init()
in here, if i mouse-over the Init() function makes IDE stuck-up!
if you ask, yes my code works just fine and running on cel1.7ghz 1gig ram
my only problem is it gets stucked up all the time (really annoying)
any suggestions will do, thanks in advance
i'm just wondering why this happens, here is the scenario:
class CRenderer : public TSingleton<CRenderer>
...
#define RENDERER Singleton<CRenderer>::Instance()
...
RENDERER->Init()
in here, if i mouse-over the Init() function makes IDE stuck-up!
if you ask, yes my code works just fine and running on cel1.7ghz 1gig ram
my only problem is it gets stucked up all the time (really annoying)
any suggestions will do, thanks in advance