mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-24 13:08:49 -05:00
Renamed OpenSpaceModule's initialize method to create
Created new initialize method that gets called in OpenSpaceEngine initialize
This commit is contained in:
@@ -30,8 +30,8 @@ OnScreenGUIModule::OnScreenGUIModule()
|
||||
: OpenSpaceModule("OnScreenGUI")
|
||||
{}
|
||||
|
||||
bool OnScreenGUIModule::initialize() {
|
||||
bool success = OpenSpaceModule::initialize();
|
||||
bool OnScreenGUIModule::create() {
|
||||
bool success = OpenSpaceModule::create();
|
||||
if (!success)
|
||||
return false;
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user