mirror of
https://github.com/OpenRCT2/OpenRCT2.git
synced 2025-01-22 18:31:59 -05:00
Remove unused field
This commit is contained in:
parent
0e4d9a2518
commit
cabed0cef5
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in a new issue