mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
(GAL): removed layer limit.
This commit is contained in:
parent
346dfd65ba
commit
d972b02170
@ -231,8 +231,6 @@ namespace GameRes.Formats.LiveMaker
|
||||
int layer_count = m_input.ReadInt32();
|
||||
if (layer_count < 1)
|
||||
throw new InvalidFormatException();
|
||||
if (layer_count > 1)
|
||||
throw new NotImplementedException();
|
||||
|
||||
// XXX only first frame is interpreted.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user