From b5d4cdedb35938a2c3fcd99f3fa2e478398066d3 Mon Sep 17 00:00:00 2001 From: AoZhang Date: Thu, 28 Mar 2024 10:52:41 +0800 Subject: [PATCH] fix the grammar error in the comment --- src/osgUtil/SceneView.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgUtil/SceneView.cpp b/src/osgUtil/SceneView.cpp index c6310a090ae..2e048fb7214 100644 --- a/src/osgUtil/SceneView.cpp +++ b/src/osgUtil/SceneView.cpp @@ -1017,7 +1017,7 @@ void SceneView::draw() osg::State* state = _renderInfo.getState(); - // we in theory should be able to be able to bypass reset, but we'll call it just in case. + // we in theory should be able to bypass reset, but we'll call it just in case. //_state->reset(); state->setFrameStamp(_frameStamp.get());