partial fix for merge problems

This commit is contained in:
Marc Zinnschlag 2010-07-02 12:30:30 +02:00
parent 4a3f6b0ff1
commit 417df63302

View file

@ -156,16 +156,13 @@ void OMW::Engine::go()
// Start the main rendering loop // Start the main rendering loop
mOgre.start(); mOgre.start();
// TODO/FIXME: This hangs
//mspCommandServer->stop();
// TODO/FIXME: This crashes
//delete mpSkyManager;
std::cout << "\nThat's all for now!\n"; std::cout << "\nThat's all for now!\n";
} }
OMW::Engine::~Engine() OMW::Engine::~Engine()
{ {
// mspCommandServer->stop();
delete mWorld; delete mWorld;
delete mpSkyManager;
} }