]> git.tdb.fi Git - r2c2.git/blobdiff - source/designer/cameracontroller.h
Don't crash if a train has no router
[r2c2.git] / source / designer / cameracontroller.h
index 4ed45b0e7d0c89ad4d31bf1fa6631119d7056523..5b6c3155314c74b2eb5b705aa90eabbeab67eee2 100644 (file)
@@ -53,8 +53,8 @@ public:
 
        void move(float, float);
        void adjust_distance(float);
-       void rotate(float);
-       void pitch(float);
+       void rotate(const R2C2::Angle &);
+       void pitch(const R2C2::Angle &);
 
        void tick(float);
 private: