From 96b0e42c428f519b1dbf93d97e4dee2256698618 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 1 Sep 2016 14:35:13 +0100 Subject: [PATCH] Fixed typo in comment --- src/osg/Drawable.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();