ENGINE_VERSION_INDEV replaced with ENGINE_DEBUG_BUILD
This commit is contained in:
+1
-1
@@ -78,7 +78,7 @@ Engine::Engine(EngineSettings& settings, SettingsHandler& settingsHandler, Engin
|
||||
paths->getResources()
|
||||
));
|
||||
}
|
||||
if (ENGINE_VERSION_INDEV) {
|
||||
if (ENGINE_DEBUG_BUILD) {
|
||||
menus::create_version_label(this);
|
||||
}
|
||||
keepAlive(settings.ui.language.observe([=](auto lang) {
|
||||
|
||||
Reference in New Issue
Block a user