You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-09 12:50:35 +00:00
Removed unnecessary assignments
This commit is contained in:
@@ -904,9 +904,10 @@ Error Main::setup2() {
|
||||
|
||||
MAIN_PRINT("Main: Setup Logo");
|
||||
|
||||
bool show_logo = true;
|
||||
#ifdef JAVASCRIPT_ENABLED
|
||||
show_logo = false;
|
||||
bool show_logo = false;
|
||||
#else
|
||||
bool show_logo = true;
|
||||
#endif
|
||||
|
||||
if (init_screen != -1) {
|
||||
|
||||
Reference in New Issue
Block a user