mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-22 06:23:04 +01:00
Remove unused field
This commit is contained in:
committed by
Michał Janiszewski
parent
0e4d9a2518
commit
cabed0cef5
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user