When I make a call to the get function, it looks like it stomps something somewhere, but I can't find it after 3 hours of fiddling.
So, if anyone with fresh eyes can find it, I will be extremely grateful.
This is my caller function
Code: Select all
/*----------------------------------------------------------------------------------------------
Register a GUI Element by ID
----------------------------------------------------------------------------------------------*/
irr::gui::IGUIElement* GUIHandler::RegisterGUIElement(irr::s32 ID) {
return guienv->getGUIElementFromId(ID);
}