mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-21 03:29:40 -06:00
Removing code analysis warnings
Start cleaning RenderEngine
This commit is contained in:
@@ -810,7 +810,7 @@ void OpenSpaceEngine::initializeGL() {
|
||||
|
||||
LINFO("Initializing Rendering Engine");
|
||||
// @CLEANUP: Remove the return statement and replace with exceptions ---abock
|
||||
bool success = _renderEngine->initializeGL();
|
||||
_renderEngine->initializeGL();
|
||||
|
||||
for (const auto& func : _moduleCallbacks.initializeGL) {
|
||||
func();
|
||||
|
||||
Reference in New Issue
Block a user