Converted the instance of osgNew and osgDelete back to new and delete as part
of depecating the include/osg/MemoryManager
This commit is contained in:
@@ -23,7 +23,7 @@ const char* Texture3D_getInternalFormatStr(int value);
|
||||
// register the read and write functions with the osgDB::Registry.
|
||||
RegisterDotOsgWrapperProxy g_Texture3DProxy
|
||||
(
|
||||
osgNew osg::Texture3D,
|
||||
new osg::Texture3D,
|
||||
"Texture3D",
|
||||
"Object StateAttribute Texture3D TextureBase",
|
||||
&Texture3D_readLocalData,
|
||||
|
||||
Reference in New Issue
Block a user