mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
wrong function, changing..
This commit is contained in:
parent
8ea7e3e2b1
commit
42d41a3fbc
2 changed files with 2 additions and 2 deletions
|
@ -231,7 +231,7 @@ OS::VideoMode OS_JavaScript::get_video_mode(int p_screen) const {
|
|||
return default_videomode;
|
||||
}
|
||||
|
||||
Size2 OS_JavaScript::get_screen_size(int p_screen) const {
|
||||
Size2 OS_JavaScript::get_window_size() const {
|
||||
|
||||
return Vector2(default_videomode.width,default_videomode.height);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue