You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
--single-window is passed through project manager.
This means you can start godot with --single-window
This commit is contained in:
committed by
Rémi Verschelde
parent
173c0f8737
commit
2b292a1a2a
@@ -146,6 +146,10 @@ bool OS::is_stdout_verbose() const {
|
||||
return _verbose_stdout;
|
||||
}
|
||||
|
||||
bool OS::is_single_window() const {
|
||||
return _single_window;
|
||||
}
|
||||
|
||||
bool OS::is_stdout_debug_enabled() const {
|
||||
return _debug_stdout;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user