diff --git a/AerofoilSDL/GpDisplayDriver_SDL_GL2.cpp b/AerofoilSDL/GpDisplayDriver_SDL_GL2.cpp index 3106b3a..09974e9 100644 --- a/AerofoilSDL/GpDisplayDriver_SDL_GL2.cpp +++ b/AerofoilSDL/GpDisplayDriver_SDL_GL2.cpp @@ -436,6 +436,8 @@ bool GpGLVertexArray::InitWithSpecs(const GpGLVertexArraySpec *specs, size_t num m_specs[i] = specs[i]; m_numSpecs = numSpecs; + + return true; } void GpGLVertexArray::Activate(const GLint *locations)