From b4b45886be3d6107320559c2e923560403f0144b Mon Sep 17 00:00:00 2001 From: Sebastian Krzyszkowiak Date: Fri, 4 May 2012 03:22:45 +0200 Subject: [PATCH] fix page switching with big fps --- src/main.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.h b/src/main.h index eea142b..d6784ea 100644 --- a/src/main.h +++ b/src/main.h @@ -184,7 +184,7 @@ struct Map { /*! \brief Resources used by Intro state. */ struct Intro { - int position; + float position; int page; bool in_animation; /*!< Animation as in page transition animation. */ float anim;