fixed bug
This commit is contained in:
parent
2e84b08494
commit
8ccfbcf66a
|
@ -282,6 +282,7 @@ namespace Unity_Studio
|
||||||
type1 = classID;
|
type1 = classID;
|
||||||
}
|
}
|
||||||
classIDs.Add(new int[] { type1, classID });
|
classIDs.Add(new int[] { type1, classID });
|
||||||
|
classID = type1;
|
||||||
}
|
}
|
||||||
a_Stream.Position += 16;
|
a_Stream.Position += 16;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue