Fixed typo in comment

This commit is contained in:
Robert Osfield 2016-09-01 14:36:24 +01:00
parent 96b0e42c42
commit a5e0398a29

View File

@ -527,7 +527,7 @@ inline 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();