Pārlūkot izejas kodu

clear map batch

Bastien Sevajol 3 gadus atpakaļ
vecāks
revīzija
d6c96cd7d6
1 mainītis faili ar 1 papildinājumiem un 0 dzēšanām
  1. 1 0
      src/main.rs

+ 1 - 0
src/main.rs Parādīt failu

@@ -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));