From 63444f648f46defaf813b431912109c342725706 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Wed, 5 Sep 2012 13:51:34 +0000 Subject: [PATCH] Fixed inappropriate comment --- src/osgUtil/RenderBin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osgUtil/RenderBin.cpp b/src/osgUtil/RenderBin.cpp index cb398eb16..c225b1945 100644 --- a/src/osgUtil/RenderBin.cpp +++ b/src/osgUtil/RenderBin.cpp @@ -54,7 +54,7 @@ static RenderBinPrototypeList* renderBinPrototypeList() return s_renderBinPrototypeList.get(); } -// Use a proxy to force the initialization of the the SceneSingleton during static initialization +// Use a proxy to force the initialization of the the RenderBinPrototypeListSingleton during static initialization OSG_INIT_SINGLETON_PROXY(RenderBinSingletonProxy, renderBinPrototypeList())