Fixed typo in comment

This commit is contained in:
Robert Osfield
2016-09-01 14:35:13 +01:00
parent ff779e58ab
commit 96b0e42c42

View File

@@ -655,7 +655,7 @@ void Drawable::draw(RenderInfo& renderInfo) const
return;
}
// TODO, add check against whether VOA is active and supported
// TODO, add check against whether VAO is active and supported
if (state.getCurrentVertexArrayState()) state.getCurrentVertexArrayState()->bindVertexArrayObject();