fix page switching with big fps

This commit is contained in:
Sebastian Krzyszkowiak 2012-05-04 03:22:45 +02:00
parent 763fd3e2f8
commit b4b45886be

View file

@ -184,7 +184,7 @@ struct Map {
/*! \brief Resources used by Intro state. */ /*! \brief Resources used by Intro state. */
struct Intro { struct Intro {
int position; float position;
int page; int page;
bool in_animation; /*!< Animation as in page transition animation. */ bool in_animation; /*!< Animation as in page transition animation. */
float anim; float anim;