Fixed typo in comment
This commit is contained in:
parent
96b0e42c42
commit
a5e0398a29
@ -527,7 +527,7 @@ inline void Drawable::draw(RenderInfo& renderInfo) const
|
|||||||
return;
|
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();
|
if (state.getCurrentVertexArrayState()) state.getCurrentVertexArrayState()->bindVertexArrayObject();
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user