From 3b17418031c41a50f6fec9cda1db2b63f659de10 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Mon, 9 Nov 2015 15:14:07 +0000 Subject: [PATCH] Fixed warning message git-svn-id: http://svn.openscenegraph.org/osg/OpenSceneGraph/branches/OpenSceneGraph-3.4@15179 16af8721-9629-0410-8352-f15c8da7e697 --- src/osg/Geometry.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/osg/Geometry.cpp b/src/osg/Geometry.cpp index 5597350e8..eb5a88ab9 100644 --- a/src/osg/Geometry.cpp +++ b/src/osg/Geometry.cpp @@ -262,7 +262,8 @@ bool Geometry::addPrimitiveSet(PrimitiveSet* primitiveset) dirtyBound(); return true; } - OSG_WARN<<"Warning: invalid index i or primitiveset passed to osg::Geometry::addPrimitiveSet(i,primitiveset), ignoring call."<