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