You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
Add const lvalue ref to editor/* container parameters
This commit is contained in:
@@ -286,7 +286,7 @@ void WindowWrapper::enable_window_on_screen(int p_screen, bool p_auto_scale) {
|
||||
}
|
||||
}
|
||||
|
||||
void WindowWrapper::set_window_title(const String p_title) {
|
||||
void WindowWrapper::set_window_title(const String &p_title) {
|
||||
if (!is_window_available()) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user