diff options
Diffstat (limited to 'src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp')
| -rw-r--r-- | src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp b/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp index 2f50de62..0693ed8a 100644 --- a/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp +++ b/src/VBox/HostServices/SharedOpenGL/OpenGLTest/OpenGLTestDarwin.cpp @@ -5,7 +5,7 @@ */ /* - * Copyright (C) 2009 Oracle Corporation + * Copyright (C) 2009-2012 Oracle Corporation * * This file is part of VirtualBox Open Source Edition (OSE), as * available from http://www.virtualbox.org. This file is free software; @@ -31,7 +31,7 @@ bool RTCALL VBoxOglIs3DAccelerationSupported() { - if (RTEnvGet("VBOX_CROGL_FORCE_SUPPORTED")) + if (RTEnvExist("VBOX_CROGL_FORCE_SUPPORTED")) { LogRel(("VBOX_CROGL_FORCE_SUPPORTED is specified, skipping 3D test, and treating as supported\n")); return true; |
