mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
fix EntityServer crash for zero view aspectRatio
This commit is contained in:
parent
f6f54809d0
commit
cf9d92abc0
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ protected:
|
|||
glm::vec3 _cameraPosition = glm::vec3(0.0f);
|
||||
glm::quat _cameraOrientation = glm::quat();
|
||||
float _cameraFov = 0.0f;
|
||||
float _cameraAspectRatio = 0.0f;
|
||||
float _cameraAspectRatio = 1.0f;
|
||||
float _cameraNearClip = 0.0f;
|
||||
float _cameraFarClip = 0.0f;
|
||||
glm::vec3 _cameraEyeOffsetPosition = glm::vec3(0.0f);
|
||||
|
|
Loading…
Reference in a new issue