fixed bug

This commit is contained in:
Perfare 2018-03-05 02:39:16 +08:00
parent a9f1bd320e
commit 90dce1c17d
1 changed files with 1 additions and 0 deletions

View File

@ -40,6 +40,7 @@ namespace Unity_Studio
} }
else else
{ {
reader.endian = EndianType.LittleEndian;
ReadUnityWebData(reader); ReadUnityWebData(reader);
} }
} }