1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-09 12:50:35 +00:00

Make video mode initialization more intuitive, fixes #12022

This commit is contained in:
Juan Linietsky
2017-11-09 13:01:29 -03:00
parent e4effb4d53
commit d09160a8b6
17 changed files with 24 additions and 76 deletions

View File

@@ -72,11 +72,6 @@ const char *OSUWP::get_video_driver_name(int p_driver) const {
return "GLES2";
}
OS::VideoMode OSUWP::get_default_video_mode() const {
return video_mode;
}
Size2 OSUWP::get_window_size() const {
Size2 size;
size.width = video_mode.width;