You've already forked godot
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user