diff options
Diffstat (limited to 'tangle/util')
-rw-r--r-- | tangle/util/camera.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tangle/util/camera.h b/tangle/util/camera.h index b54ad86..1118fd6 100644 --- a/tangle/util/camera.h +++ b/tangle/util/camera.h @@ -38,6 +38,7 @@ Camera(float3 target, float distance): _distance(distance), _target(target.x, target.y, target.z), _rotating(false), + _rotation(1,0,0,0), _moving(false), _restricted_x(false), _restricted_y(false) { |