Rename tempTexture to menuoffTexture

I'm going to soon be creating an actually temporary texture, so having
two textures named "temp" would get confusing. This is also a good
chance to correct the name of this texture, because it's not really
temporary, but it's used for map menu animation rendering.
This commit is contained in:
Misa
2023-03-03 15:25:15 -08:00
parent e31344c68c
commit d1e9bdc284
2 changed files with 6 additions and 6 deletions

View File

@@ -308,7 +308,7 @@ public:
bool notextoutline;
SDL_Texture* gameTexture;
SDL_Texture* tempTexture;
SDL_Texture* menuoffTexture;
SDL_Texture* gameplayTexture;
SDL_Texture* menuTexture;
SDL_Texture* ghostTexture;