mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-16 19:14:15 -04:00
add jump to scene hierarchy
some improvements
This commit is contained in:
@ -52,7 +52,6 @@ namespace AssetStudio
|
||||
this->boneSize = boneSize;
|
||||
|
||||
cDest = NULL;
|
||||
cFormat = NULL;
|
||||
pSdkManager = NULL;
|
||||
pScene = NULL;
|
||||
pExporter = NULL;
|
||||
@ -166,10 +165,6 @@ namespace AssetStudio
|
||||
{
|
||||
pSdkManager->Destroy();
|
||||
}
|
||||
if (cFormat != NULL)
|
||||
{
|
||||
Marshal::FreeHGlobal((IntPtr)cFormat);
|
||||
}
|
||||
if (cDest != NULL)
|
||||
{
|
||||
Marshal::FreeHGlobal((IntPtr)cDest);
|
||||
|
Reference in New Issue
Block a user