mirror of
https://github.com/aelurum/AssetStudio.git
synced 2025-07-14 02:54:16 -04:00
Fixed read struct
This commit is contained in:
@ -13,7 +13,6 @@ using System.Diagnostics;
|
||||
using System.Drawing.Text;
|
||||
using OpenTK;
|
||||
using OpenTK.Graphics.OpenGL;
|
||||
using ManagedFbx;
|
||||
using static Unity_Studio.UnityStudio;
|
||||
|
||||
namespace Unity_Studio
|
||||
@ -1062,14 +1061,14 @@ namespace Unity_Studio
|
||||
|
||||
default:
|
||||
{
|
||||
/*string str;
|
||||
string str;
|
||||
if ((str = asset.ViewStruct()) != null)
|
||||
{
|
||||
textPreviewBox.Text = str;
|
||||
textPreviewBox.Visible = true;
|
||||
}
|
||||
else*/
|
||||
StatusStripUpdate("Only supported export the raw file.");
|
||||
else
|
||||
StatusStripUpdate("Only supported export the raw file.");
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user