Fixed primitives, fixed STA set, fixed a bug in new background images management.

This commit is contained in:
Vittorio Alfieri
2021-09-21 09:24:38 +02:00
parent 832d033488
commit e2ac10be95
4 changed files with 9 additions and 3 deletions

View File

@@ -17,6 +17,7 @@ GuiBackground::GuiBackground(GameObserver* observer)
GuiBackground::~GuiBackground()
{
kBackdropFile = ""; //Reset the chosen backgorund.
}
void GuiBackground::Render()