when I try
Code: Select all
irr::gui::ITouchControl* tch;
tch->getPosition();
Does anyone know how to fix it?
Am I doing something wrong or this is a bug?
Code: Select all
irr::gui::ITouchControl* tch;
tch->getPosition();
Code: Select all
while(getNumCharacterControllers() > 0)
{
removeCharacterController(getCharacterController(0));
}