add post process
This commit is contained in:
@@ -17,7 +17,7 @@ namespace SpineViewer.Spine.Implementations.SkeletonConverter
|
|||||||
private JsonObject root = null;
|
private JsonObject root = null;
|
||||||
|
|
||||||
private bool nonessential = false;
|
private bool nonessential = false;
|
||||||
private List<JsonObject> idx2Event = [];
|
private readonly List<JsonObject> idx2Event = [];
|
||||||
|
|
||||||
protected override JsonObject ReadBinary(string binPath)
|
protected override JsonObject ReadBinary(string binPath)
|
||||||
{
|
{
|
||||||
@@ -37,8 +37,9 @@ namespace SpineViewer.Spine.Implementations.SkeletonConverter
|
|||||||
root["animations"] = ReadAnimations();
|
root["animations"] = ReadAnimations();
|
||||||
|
|
||||||
reader = null;
|
reader = null;
|
||||||
nonessential = false;
|
|
||||||
root = null;
|
root = null;
|
||||||
|
nonessential = false;
|
||||||
|
idx2Event.Clear();
|
||||||
|
|
||||||
return result;
|
return result;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user