Fixed typo

This commit is contained in:
Robert Osfield 2016-07-05 12:57:41 +01:00
parent dce1473a53
commit ab69edb506

View File

@ -379,7 +379,7 @@ bool Viewer::checkNeedToDoFrame()
// check if the view needs to update the scene graph
if (requiresUpdateSceneGraph()) return true;
// check if the view needs to be redraw
// check if the view needs to be redrawn
if (requiresRedraw()) return true;
// check if events are available and need processing