I want to create a separate irrlichtdevice for the launcher and then abandon it and after that create the actual game device.
But if I use
Code: Select all
device->closeDevice();
device->drop();
EDIT: Yes, I'm aware this is done in the Demo-example of Irrlicht but there it only drops the device pointer, which in my case does nothing :S