Przeglądaj źródła

Removed an useless thing

Eiyeron Fulmincendii 9 lat temu
rodzic
commit
bc9466706b
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      src/map/StateMap.cpp

+ 0 - 1
src/map/StateMap.cpp

@@ -34,7 +34,6 @@ StateMap::StateMap(int x, int y, Map &map)
     : camera(x, y), map(map), data("data/out.wrf"), tex_haeccity(data.get("t_haeccity")),
       txt(tex_haeccity, data.get("f_haeccity"))
 {
-    camera.set_x(0);
 }
 
 void StateMap::update(unsigned dt)