mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-05 23:07:42 -05:00
string change in display_server_windows.cpp
This commit is contained in:
@@ -1409,7 +1409,7 @@ void DisplayServerWindows::screen_set_keep_on(bool p_enable) {
|
||||
}
|
||||
|
||||
if (p_enable) {
|
||||
const String reason = "Godot Engine running with display/window/energy_saving/keep_screen_on = true";
|
||||
const String reason = "Redot Engine running with display/window/energy_saving/keep_screen_on = true";
|
||||
Char16String reason_utf16 = reason.utf16();
|
||||
|
||||
REASON_CONTEXT context;
|
||||
|
||||
Reference in New Issue
Block a user