Fix missing return value

This commit is contained in:
elasota
2020-09-26 16:47:45 -04:00
parent 45aa5b4cba
commit c3b1f45f96

View File

@@ -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)