mirror of
https://github.com/godotengine/godot.git
synced 2025-10-22 09:23:40 +00:00
commit
1a16dabfb5
81 changed files with 123 additions and 123 deletions
|
@ -708,7 +708,7 @@ Error OS_JavaScript::initialize(const VideoMode &p_desired, int p_video_driver,
|
|||
video_driver_index = p_video_driver;
|
||||
|
||||
video_mode = p_desired;
|
||||
// Can't fulfil fullscreen request during start-up due to browser security.
|
||||
// Can't fulfill fullscreen request during start-up due to browser security.
|
||||
video_mode.fullscreen = false;
|
||||
/* clang-format off */
|
||||
if (EM_ASM_INT_V({ return Module.resizeCanvasOnStart })) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue