cpluspluscom / ChessPlusPlus

cplusplus.com Community Project: Modular Chess with support for more types of pieces than traditional Chess
https://cpluspluscom.GitHub.IO/ChessPlusPlus/
35 stars 26 forks source link

Fix UD behavior. State is destructed after changeState #79

Closed jaredready closed 10 years ago

jaredready commented 10 years ago

It was brought to my attention that StartMenuState is destructed after the call to app.changeState(), which could lead to undefined behavior when this method finishes.

LB-- commented 10 years ago

Thanks RB!