diff options
| author | metamuffin <metamuffin@disroot.org> | 2024-09-20 01:30:36 +0200 |
|---|---|---|
| committer | metamuffin <metamuffin@disroot.org> | 2024-09-20 01:30:47 +0200 |
| commit | 02a843b40f4ddba14bb12d0f17454ee96de350a5 (patch) | |
| tree | c771684285d93e4169799255b626063daf791e7a /pixel-client/src | |
| parent | cbe437809df14c30be2e282505adb562589df65a (diff) | |
| download | hurrycurry-02a843b40f4ddba14bb12d0f17454ee96de350a5.tar hurrycurry-02a843b40f4ddba14bb12d0f17454ee96de350a5.tar.bz2 hurrycurry-02a843b40f4ddba14bb12d0f17454ee96de350a5.tar.zst | |
translate campaign conditions
Diffstat (limited to 'pixel-client/src')
| -rw-r--r-- | pixel-client/src/game.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pixel-client/src/game.rs b/pixel-client/src/game.rs index 07c1fc9b..15f4c726 100644 --- a/pixel-client/src/game.rs +++ b/pixel-client/src/game.rs @@ -121,7 +121,6 @@ impl Game { return Some(Box::new(State::Quit)); } - // TODO perf for packet in self.network.queue_in.drain(..).collect::<Vec<_>>() { self.packet_in(packet, layout); } |