mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-10 21:09:38 +01:00
Fix window maximize error message appearing when starting the web editor
An error message is no longer printed when trying to maximize the window in HTML5. This behavior is consistent with Android and iOS.
This commit is contained in:
parent
c2d36b2c34
commit
3edb5e7f2e
@ -134,7 +134,6 @@ Size2 OS_JavaScript::get_window_size() const {
|
||||
}
|
||||
|
||||
void OS_JavaScript::set_window_maximized(bool p_enabled) {
|
||||
WARN_PRINT_ONCE("Maximizing windows is not supported for the HTML5 platform.");
|
||||
}
|
||||
|
||||
bool OS_JavaScript::is_window_maximized() const {
|
||||
|
Loading…
Reference in New Issue
Block a user