mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-09 15:19:07 +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();
|
||||
if (layer_count < 1)
|
||||
throw new InvalidFormatException();
|
||||
if (layer_count > 1)
|
||||
throw new NotImplementedException();
|
||||
|
||||
// XXX only first frame is interpreted.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user