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())