1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2026-01-22 06:23:04 +01:00

Remove unused field

This commit is contained in:
Michał Janiszewski
2017-11-07 23:34:50 +01:00
committed by Michał Janiszewski
parent 0e4d9a2518
commit cabed0cef5

View File

@@ -198,7 +198,6 @@ private:
std::unordered_map<GlyphId, CachedTextureInfo, GlyphId::Hash, GlyphId::Equal> _glyphTextureMap;
std::unordered_map<uint32, CachedTextureInfo> _imageTextureMap;
std::unordered_map<uint32, CachedTextureInfo> _paletteTextureMap;
GLuint _paletteTexture = 0;