]> Dogcows Code - chaz/yoink/blobdiff - src/moof/camera.cc
testing new non-autotools build system
[chaz/yoink] / src / moof / camera.cc
index 4a4e4bf71a2b6f711e100627d8d03221d9489f13..093b7d197d93658834b2c954aed5b38ec3f8b00b 100644 (file)
@@ -29,9 +29,8 @@ void camera::rotation(const quaternion& rotation)
 void camera::look_at(const vector3& point)
 {
        // FIXME: this doesn't work as expected
-       quaternion_rotation_aim_at(state_.orientation,
-                                                                       state_.position, point,
-                                                                       vector3(0.0, 1.0, 0.0));
+       quaternion_rotation_aim_at(state_.orientation, state_.position, point,
+                                                          vector3(0.0, 1.0, 0.0));
 }
 
 
This page took 0.017617 seconds and 4 git commands to generate.