Clear input when transitioning.

This commit is contained in:
Steve 2016-02-27 16:14:48 +00:00
parent 2c33041344
commit 69e45f4e3f
2 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,8 @@ void startSectionTransition(void)
prepareScene();
clearInput();
presentScene();
expireTexts(1);

View File

@ -22,4 +22,5 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
extern void prepareScene(void);
extern void presentScene(void);
extern void clearInput(void);
extern void expireTexts(int all);