소스 검색

Removed an useless thing

Eiyeron Fulmincendii 9 년 전
부모
커밋
bc9466706b
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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)