From d972b02170b35559d67a2469754eb4957fdb1a14 Mon Sep 17 00:00:00 2001 From: morkt Date: Thu, 10 May 2018 02:08:44 +0400 Subject: [PATCH] (GAL): removed layer limit. --- ArcFormats/LiveMaker/ImageGAL.cs | 2 -- 1 file changed, 2 deletions(-) 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.