Fixed code that broke due to changes to Rectf and Sizef
[supertux.git] / src / object / camera.cpp
index b7e9432..0f75396 100644 (file)
@@ -114,7 +114,7 @@ public:
 Camera::Camera(Sector* newsector, std::string name) :
   mode(NORMAL),
   translation(),
-  sector(newsector), 
+  sector(newsector),
   lookahead_mode(LOOKAHEAD_NONE),
   changetime(),
   lookahead_pos(),