diff --git a/src/osg/Drawable.cpp b/src/osg/Drawable.cpp index aa3ea1680..713f970c8 100644 --- a/src/osg/Drawable.cpp +++ b/src/osg/Drawable.cpp @@ -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();