Fixed typo in camera class

This commit is contained in:
saschawillems 2016-06-20 20:17:46 +02:00
parent 5b5543e415
commit d3f79ea07e
3 changed files with 7 additions and 8 deletions

View file

@ -601,7 +601,7 @@ public:
{
rotationSpeed = 0.5f;
enableTextOverlay = true;
camera.type = Camera::CameraType::firtsperson;
camera.type = Camera::CameraType::firstperson;
camera.movementSpeed = 7.5f;
camera.position = { 15.0f, -13.5f, 0.0f };
camera.setRotation(glm::vec3(5.0f, 90.0f, 0.0f));