(DrgFormat): get rid of unused property warning.

This commit is contained in:
morkt 2018-07-06 15:50:28 +04:00
parent 3afecbb9a4
commit a5043e9114

View File

@ -85,6 +85,7 @@ namespace GameRes.Formats.Ikura
BPP = bpp,
// DGD extensions doesn't always mean encrypted contents XXX
// IsEncrypted = stream.Name.HasExtension ("dgd"),
IsEncrypted = false,
};
}