diff --git a/ArcFormats/Emote/ArcPSB.cs b/ArcFormats/Emote/ArcPSB.cs index f7d376e4..2b8565ce 100644 --- a/ArcFormats/Emote/ArcPSB.cs +++ b/ArcFormats/Emote/ArcPSB.cs @@ -77,6 +77,8 @@ namespace GameRes.Formats.Emote if (reader.Parse (key)) { var dir = reader.GetTextures(); + if (null == dir) + dir = reader.GetLayers(); if (null == dir || 0 == dir.Count) return null; return new ArcFile (file, this, dir);