diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index c92373fbb9..114fd74ae8 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -1125,7 +1125,7 @@ public: RageModelVertexArray* RageDisplay_OGL::CreateRageModelVertexArray() { if( GLExt::glGenBuffersARB ) - return new RageModelVertexArraySWOGL; + return new RageModelVertexArrayHWOGL; else return new RageModelVertexArraySWOGL; }