m_gravity was used before it was initialized. Simplest way to avoid it is to call any method first after all values are initialized.
m_gravity was used before it was initialized. Simplest way to avoid it is to call any method first after all values are initialized.