mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 05:38:48 +08:00
Merge branch 'master' of https://github.com/morkt/GARbro
This commit is contained in:
@@ -148,7 +148,7 @@ namespace GameRes.Formats.Emote
|
||||
|
||||
ImageFormat TlgFormat { get { return s_TlgFormat.Value; } }
|
||||
|
||||
static Lazy<ImageFormat> s_TlgFormat = new Lazy<ImageFormat> (() => ImageFormat.FindByTag ("TLG"));
|
||||
static ResourceInstance<ImageFormat> s_TlgFormat = new ResourceInstance<ImageFormat> ("TLG");
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user