diff --git a/include/osg/Drawable b/include/osg/Drawable index c4857af54..3f955f683 100644 --- a/include/osg/Drawable +++ b/include/osg/Drawable @@ -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();