Moved the OSG_INIT_SINGLETON_PROXY macro into include/osg/Object to make it more generally useful and added it's usage into the RenderBinPrototypeList initialization.
This commit is contained in:
@@ -16,7 +16,6 @@
|
||||
|
||||
using namespace osgViewer;
|
||||
|
||||
#define OSG_INIT_SINGLETON_PROXY(ProxyName, Func) static struct ProxyName{ ProxyName() { Func; } } s_##ProxyName;
|
||||
|
||||
namespace osgViewer
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user