(RCT): ApplyMask setting text.

This commit is contained in:
morkt 2018-01-10 02:29:26 +04:00
parent df9deb0d09
commit 6af3e14f34

View File

@ -78,7 +78,7 @@ namespace GameRes.Formats.Majiro
};
LocalResourceSetting ApplyMask = new LocalResourceSetting {
Name = "RCTApplyMask",
Text = "Automatically load alpha-channel",
Text = "Load transparency data from RC8 bitmap",
};
public const int BaseRecursionLimit = 8;