mirror of
https://github.com/godotengine/godot.git
synced 2026-01-03 18:11:19 +03:00
Make video mode initialization more intuitive, fixes #12022
This commit is contained in:
@@ -46,10 +46,6 @@ const char *OS_Server::get_video_driver_name(int p_driver) const {
|
||||
|
||||
return "Dummy";
|
||||
}
|
||||
OS::VideoMode OS_Server::get_default_video_mode() const {
|
||||
|
||||
return OS::VideoMode(800, 600, false);
|
||||
}
|
||||
|
||||
void OS_Server::initialize(const VideoMode &p_desired, int p_video_driver, int p_audio_driver) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user