mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-13 23:40:27 -06:00
Add global try-catch block around main function
Add additional LDEBUG and LTRACE for debugging
This commit is contained in:
@@ -975,7 +975,9 @@ void OpenSpaceEngine::postSynchronizationPreDraw() {
|
||||
}
|
||||
|
||||
void OpenSpaceEngine::render(const glm::mat4& projectionMatrix, const glm::mat4& viewMatrix) {
|
||||
LTRACE("OpenSpaceEngine::render(begin)");
|
||||
_renderEngine->render(projectionMatrix, viewMatrix);
|
||||
LTRACE("OpenSpaceEngine::render(end)");
|
||||
}
|
||||
|
||||
void OpenSpaceEngine::postDraw() {
|
||||
|
||||
Reference in New Issue
Block a user