DONE!
This commit is contained in:
		| @@ -149,8 +149,7 @@ void Player::ApplyTransformation(Transformation& transformation, bool rel) const | ||||
| 	if (rel) transformation.ApplyTranslation(-GetPOV()); | ||||
| } | ||||
|  | ||||
| Vector3f Player::GetPosition() const { return Vector3f(m_position.x + CHUNK_SIZE_X * WORLD_SIZE_X / 2, m_position.y, m_position.z + CHUNK_SIZE_Z * WORLD_SIZE_Y / 2); | ||||
| } | ||||
| Vector3f Player::GetPosition() const { return Vector3f(m_position.x + CHUNK_SIZE_X * WORLD_SIZE_X / 2, m_position.y, m_position.z + CHUNK_SIZE_Z * WORLD_SIZE_Y / 2); } | ||||
|  | ||||
| Vector3f Player::GetVelocity() const { return m_velocity; } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user