diff --git a/Engine/ac/gamestate.h b/Engine/ac/gamestate.h index 1f2f5046c74..dd6641c3772 100644 --- a/Engine/ac/gamestate.h +++ b/Engine/ac/gamestate.h @@ -70,6 +70,8 @@ enum GameStateSvgVersion class GameState { public: + virtual ~GameState() = default; + // Begin the state, initialize and prepare any resources virtual void Begin() = 0; // End the state, release all resources