Accidental _OPENGL_ENABLED value change.

This commit is contained in:
and3md 2017-06-25 18:39:42 +02:00
parent 3dc4d6679a
commit 9c0eaec5af
1 changed files with 1 additions and 1 deletions

View File

@ -1794,7 +1794,7 @@ class Platform {
}
static if (ENABLE_OPENGL) {
private __gshared bool _OPENGL_ENABLED = false;
private __gshared bool _OPENGL_ENABLED = true;
/// check if hardware acceleration is enabled
@property bool openglEnabled() { return _OPENGL_ENABLED; }
/// call on app initialization if OpenGL support is detected