Fix member variable name

This commit is contained in:
Alayan-stk-2 2018-04-15 06:53:09 +02:00 committed by GitHub
parent 9d1abed0cd
commit 8797f5b1fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;