diff --git a/ArcFormats/LiveMaker/ImageGAL.cs b/ArcFormats/LiveMaker/ImageGAL.cs index 48f3aba4..59f50fc6 100644 --- a/ArcFormats/LiveMaker/ImageGAL.cs +++ b/ArcFormats/LiveMaker/ImageGAL.cs @@ -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.