summaryrefslogtreecommitdiffstats
path: root/core/os/os.h
diff options
context:
space:
mode:
Diffstat (limited to 'core/os/os.h')
-rw-r--r--core/os/os.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/core/os/os.h b/core/os/os.h
index cd84b07de7..1bb910cb0d 100644
--- a/core/os/os.h
+++ b/core/os/os.h
@@ -181,9 +181,8 @@ public:
virtual void get_fullscreen_mode_list(List<VideoMode> *p_list, int p_screen = 0) const = 0;
enum VideoDriver {
- VIDEO_DRIVER_GLES3,
- VIDEO_DRIVER_GLES2,
VIDEO_DRIVER_VULKAN,
+ VIDEO_DRIVER_GLES2,
VIDEO_DRIVER_MAX,
};