[Android] Fix the ability to stop the game and start another.

This commit is contained in:
Ryan Houdek
2013-09-23 01:43:18 -05:00
parent bab91494d5
commit 96a77f9feb
6 changed files with 12 additions and 3 deletions

View File

@ -177,6 +177,8 @@ namespace ButtonManager
delete *it;
for (auto it = m_controllers.begin(); it != m_controllers.end(); ++it)
delete it->second;
m_controllers.clear();
m_buttons.clear();
}
void DrawButtons()