Code: Select all
// This works:
gameWin->setMouseCursor("cselect","test456");
// but not this:
if(something)
gameWin->setMouseCursor("cselect","test456");
else
gameWin->setMouseCursor("cselect","test123");
am i trying to use setMouseCursor properly?
thx!
Log part:
Code: Select all
02/12/2010 05:22:17 (Std) ---- Version 0.7.4 (Build: Oct 11 2010 Microsoft Windows MSVC++ 10.0 32 bit) ----
02/12/2010 05:22:17 (Std) ---- Renderer module is: CEGUI::OpenGLRenderer - Official OpenGL based 2nd generation renderer module. TextureTarget support enabled via FBO extension. ----
02/12/2010 05:22:17 (Std) ---- XML Parser module is: CEGUI::ExpatParser - Official expat based parser module for CEGUI ----
02/12/2010 05:22:17 (Std) ---- Image Codec module is: SILLYImageCodec - Official SILLY based image codec ----
02/12/2010 05:22:17 (Std) ---- Scripting module is: None ----