Przeglądaj źródła

Say hello again to the map

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

+ 1 - 2
src/map/StateMap.cpp

@@ -65,8 +65,7 @@ void StateMap::update(unsigned dt)
 
 void StateMap::render(unsigned dt)
 {
-    // map.render(camera, dt);
-    fill(Black);
+    map.render(camera, dt);
     if(!started) return;
     box.render(dt);
     if(box.state == WalrusRPG::TextboxState::Updating)