diff options
author | Leon Krause <lk@leonkrause.com> | 2018-03-07 19:53:13 +0100 |
---|---|---|
committer | Leon Krause <lk@leonkrause.com> | 2018-03-07 20:38:14 +0100 |
commit | 802b6d366904029b8b6fc5c32843e9aa6b7510af (patch) | |
tree | 8ad83899f73514a3e7164117e710812ee10a931f /core/os | |
parent | 2f3c45f55eab7364ff0f6806c81ddc7ba861e1a2 (diff) |
Reinstate WebGL 1.0 driver in HTML5 platform
Diffstat (limited to 'core/os')
-rw-r--r-- | core/os/os.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/os/os.h b/core/os/os.h index f8033c2546..5a2c998782 100644 --- a/core/os/os.h +++ b/core/os/os.h @@ -46,7 +46,8 @@ enum VideoDriver { VIDEO_DRIVER_GLES3, - VIDEO_DRIVER_GLES2 + VIDEO_DRIVER_GLES2, + VIDEO_DRIVER_MAX, }; class OS { |