Resrtuctured the use of static's in the Uniform::getNameID() method to avoid problems under Android.

This commit is contained in:
Robert Osfield
2013-05-24 17:16:57 +00:00
parent 2923c8014a
commit 0eb95f01d8
2 changed files with 8 additions and 4 deletions

View File

@@ -70,7 +70,7 @@ static SceneSingleton& getSceneSingleton()
return s_sceneSingleton;
}
// Use a proxy to force the initialization of the the SceneSingleton during static initialization
// Use a proxy to force the initialization of the SceneSingleton during static initialization
OSG_INIT_SINGLETON_PROXY(SceneSingletonProxy, getSceneSingleton())
}