style: GetGrounded() => IsGrounded()
This commit is contained in:
@@ -209,7 +209,7 @@ void Object::SetGrounded(bool isGrounded)
|
||||
m_isGrounded = isGrounded;
|
||||
}
|
||||
|
||||
bool Object::GetGrounded() const
|
||||
bool Object::IsGrounded() const
|
||||
{
|
||||
return m_isGrounded;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user