aboutsummaryrefslogtreecommitdiff
path: root/src/screens/infoScreen.h
diff options
context:
space:
mode:
authornathansmithsmith <thenathansmithsmith@gmail.com>2023-12-22 15:52:02 -0700
committernathansmithsmith <thenathansmithsmith@gmail.com>2023-12-22 15:52:02 -0700
commitb321781f066608ad4c0c5f91096cbe103003825d (patch)
treeaa62cd7bfddcf369b1e3dfb726af73496c0e2416 /src/screens/infoScreen.h
parent4fa5a5374ae5062d9070b136bf873a50b7d8546f (diff)
Distance thing in preview
Diffstat (limited to 'src/screens/infoScreen.h')
-rw-r--r--src/screens/infoScreen.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/screens/infoScreen.h b/src/screens/infoScreen.h
index 4113420..071eea6 100644
--- a/src/screens/infoScreen.h
+++ b/src/screens/infoScreen.h
@@ -25,7 +25,8 @@ typedef struct InfoScreen {
Vector2 lastMouse;
Quaternion rotation;
bool resetMouse;
- float distance;
+
+ float distances[ENTITY_USER_INFO_MSG_MAX];
} InfoScreen;
void initInfoScreen(Game * game);