summaryrefslogtreecommitdiff
path: root/vis.c
diff options
context:
space:
mode:
authorrodri <rgl@antares-labs.eu>2024-08-24 21:48:35 +0000
committerrodri <rgl@antares-labs.eu>2024-08-24 21:48:35 +0000
commitff88c093d0092176e173e1bf6cbcd96df07f7e0c (patch)
treecf517ec4ab041b5398868c2bcbbdee918fc45d22 /vis.c
parente66d1694113d84a93d748ad2522411d57eb682f2 (diff)
download3dee-ff88c093d0092176e173e1bf6cbcd96df07f7e0c.tar.gz
3dee-ff88c093d0092176e173e1bf6cbcd96df07f7e0c.tar.bz2
3dee-ff88c093d0092176e173e1bf6cbcd96df07f7e0c.zip
med: use an orbiting camera. add a 3d compass.
Diffstat (limited to 'vis.c')
-rw-r--r--vis.c2
1 files changed, 1 insertions, 1 deletions
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;