From ff88c093d0092176e173e1bf6cbcd96df07f7e0c Mon Sep 17 00:00:00 2001 From: rodri Date: Sat, 24 Aug 2024 21:48:35 +0000 Subject: med: use an orbiting camera. add a 3d compass. --- vis.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vis.c') diff --git a/vis.c b/vis.c index afc8354..dbd08f1 100644 --- a/vis.c +++ b/vis.c @@ -656,8 +656,8 @@ ul2col(ulong l) void lmb(void) { - Entity *e; Quaternion Δorient; + Entity *e; if((om.buttons^mctl->buttons) == 0){ Δorient = orient; -- cgit v1.2.3