aboutsummaryrefslogtreecommitdiffstats
path: root/src/entity.h
diff options
context:
space:
mode:
authornathan <nathan@disroot.org>2025-07-30 09:37:32 +0000
committernathan <nathan@disroot.org>2025-07-30 09:37:32 +0000
commit1163519c148d0cc7d885630995874af2747419d0 (patch)
tree95398d5f19e774377236af351d4e3936371fb2cd /src/entity.h
parent384fa265c8493aff5f37921cf98034bb847915a2 (diff)
downloadFindThings-1163519c148d0cc7d885630995874af2747419d0.tar.gz
FindThings-1163519c148d0cc7d885630995874af2747419d0.tar.bz2
FindThings-1163519c148d0cc7d885630995874af2747419d0.zip
More pond stuff
Diffstat (limited to 'src/entity.h')
-rw-r--r--src/entity.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.h b/src/entity.h
index cd5659a..2c5c51e 100644
--- a/src/entity.h
+++ b/src/entity.h
@@ -27,7 +27,7 @@ enum {
typedef struct {
EntityId id;
- Vector3 position; // Shouldnt be accessed directly.
+ Vector3 position; // Shouldnt be changed accessed directly.
BoundingBox box;
} Entity;