Bastien Sevajol 3 anni fa
parent
commit
d6c96cd7d6
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/main.rs

+ 1 - 0
src/main.rs Vedi File

@@ -373,6 +373,7 @@ impl event::EventHandler for MainState {
373 373
         )?;
374 374
 
375 375
         self.sprite_sheet_batch.clear();
376
+        self.map_batch.clear();
376 377
         graphics::present(ctx)?;
377 378
 
378 379
         println!("FPS: {}", ggez::timer::fps(ctx));