Fix member variable name
This commit is contained in:
parent
9d1abed0cd
commit
8797f5b1fe
@ -77,7 +77,7 @@ protected:
|
||||
/** The coordinates of the 30 previous positions */
|
||||
Vec3 m_previous_xyz[30];
|
||||
|
||||
float time_previous_counter;
|
||||
float m_time_previous_counter;
|
||||
|
||||
/** Is time flying activated */
|
||||
bool m_is_jumping;
|
||||
|
Loading…
Reference in New Issue
Block a user