mirror of
https://gitlab.com/dosowisko.net/libsuperderpy.git
synced 2025-03-04 09:11:27 +01:00
fix page switching with big fps
This commit is contained in:
parent
763fd3e2f8
commit
b4b45886be
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue