aboutsummaryrefslogtreecommitdiff
path: root/server/main.ha
diff options
context:
space:
mode:
Diffstat (limited to 'server/main.ha')
-rw-r--r--server/main.ha2
1 files changed, 1 insertions, 1 deletions
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)