Fixed inappropriate comment

This commit is contained in:
Robert Osfield
2012-09-05 13:51:34 +00:00
parent f5a3c40934
commit 63444f648f

View File

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