1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-01 18:51:18 +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

@@ -64,11 +64,6 @@ const char *OS_JavaScript::get_video_driver_name(int p_driver) const {
return "GLES3";
}
OS::VideoMode OS_JavaScript::get_default_video_mode() const {
return OS::VideoMode();
}
int OS_JavaScript::get_audio_driver_count() const {
return 1;