From c005e46d16d37c7c494bfe9abf3294105db72045 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 17 Nov 2010 14:06:26 +0000 Subject: [PATCH] From Jean-Sebastien Guay, Changed debug info in State::frameCompleted() to OSG_INFO --- src/osg/State.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/osg/State.cpp b/src/osg/State.cpp index 366e59a44..245964b6d 100644 --- a/src/osg/State.cpp +++ b/src/osg/State.cpp @@ -1595,6 +1595,6 @@ void State::frameCompleted() GLint64EXT timestamp; extensions->glGetInteger64v(GL_TIMESTAMP, ×tamp); setGpuTimestamp(osg::Timer::instance()->tick(), timestamp); - OSG_NOTICE<<"State::frameCompleted() setting time stamp."<