fixing merge
This commit is contained in:
parent
67f37ccb51
commit
ee2b05dc8d
|
@ -108,8 +108,7 @@ void Engine::run()
|
||||||
|
|
||||||
// swap buffers
|
// swap buffers
|
||||||
Platform::swapBuffers();
|
Platform::swapBuffers();
|
||||||
<<<<<<< HEAD
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
static ConnectionPtr connection = g_connections.createConnection();
|
static ConnectionPtr connection = g_connections.createConnection();
|
||||||
|
|
||||||
|
@ -127,9 +126,7 @@ void Engine::run()
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
//}
|
//}
|
||||||
=======
|
|
||||||
}
|
}
|
||||||
>>>>>>> f3eaf3f7262bf6ef35cee745d40088669526125a
|
|
||||||
}
|
}
|
||||||
|
|
||||||
m_stopping = false;
|
m_stopping = false;
|
||||||
|
|
Loading…
Reference in New Issue