mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-14 15:40:19 -06:00
Merge branch 'develop' into feature/downloadmanager
Conflicts: src/engine/openspaceengine.cpp
This commit is contained in:
@@ -360,11 +360,11 @@ bool OpenSpaceEngine::initialize() {
|
||||
// Load a light and a monospaced font
|
||||
loadFonts();
|
||||
|
||||
//ghoul::filesystem::File f("d:/foo.txt");
|
||||
//DownloadEngine::downloadFile("http://curl.haxx.se/libcurl/c/example.html", f);
|
||||
|
||||
LINFO("Initializing GUI");
|
||||
_gui->initialize();
|
||||
|
||||
|
||||
LINFO("Finished initializing");
|
||||
return true;
|
||||
}
|
||||
|
||||
@@ -572,8 +572,11 @@ gui::GUI* OpenSpaceEngine::gui() {
|
||||
}
|
||||
|
||||
bool OpenSpaceEngine::initializeGL() {
|
||||
LINFO("Initializing Rendering Engine");
|
||||
bool success = _renderEngine->initializeGL();
|
||||
LINFO("Initializing OnScreen GUI GL");
|
||||
_gui->initializeGL();
|
||||
LINFO("Finished initializing OpenGL");
|
||||
return success;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user