mirror of
https://github.com/crskycode/GARbro.git
synced 2026-07-08 01:30:18 +08:00
(GAL): removed layer limit.
This commit is contained in:
@@ -231,8 +231,6 @@ namespace GameRes.Formats.LiveMaker
|
|||||||
int layer_count = m_input.ReadInt32();
|
int layer_count = m_input.ReadInt32();
|
||||||
if (layer_count < 1)
|
if (layer_count < 1)
|
||||||
throw new InvalidFormatException();
|
throw new InvalidFormatException();
|
||||||
if (layer_count > 1)
|
|
||||||
throw new NotImplementedException();
|
|
||||||
|
|
||||||
// XXX only first frame is interpreted.
|
// XXX only first frame is interpreted.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user