From 187d6d32e71aface08c1c486874901ecc9b160c1 Mon Sep 17 00:00:00 2001 From: ubq323 Date: Tue, 16 Apr 2024 12:34:18 +0100 Subject: fix chunkloading and unloading on client --- server/main.ha | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/main.ha') diff --git a/server/main.ha b/server/main.ha index 2043a1d..41e6b6a 100644 --- a/server/main.ha +++ b/server/main.ha @@ -199,7 +199,7 @@ fn handle_packet( case let op: packet_reader::packet_drawop => // fmt::printfln("#{}: drawop ({:+6},{:+6}) r{}", // conn_idx,opc.pos.0,opc.pos.1, opc.radius)!; - drawing::perform(state.pictures, op); + drawing::perform_multi(state.pictures, op); for (let other_idx = 0z; other_idx < len(state.connections); other_idx += 1) -- cgit v1.2.3