Fixed typo in camera class
This commit is contained in:
parent
5b5543e415
commit
d3f79ea07e
3 changed files with 7 additions and 8 deletions
|
|
@ -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));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue