diff options
author | nathan <nathan@disroot.org> | 2025-07-30 09:37:32 +0000 |
---|---|---|
committer | nathan <nathan@disroot.org> | 2025-07-30 09:37:32 +0000 |
commit | 1163519c148d0cc7d885630995874af2747419d0 (patch) | |
tree | 95398d5f19e774377236af351d4e3936371fb2cd /src/entity.h | |
parent | 384fa265c8493aff5f37921cf98034bb847915a2 (diff) | |
download | FindThings-1163519c148d0cc7d885630995874af2747419d0.tar.gz FindThings-1163519c148d0cc7d885630995874af2747419d0.tar.bz2 FindThings-1163519c148d0cc7d885630995874af2747419d0.zip |
More pond stuff
Diffstat (limited to 'src/entity.h')
-rw-r--r-- | src/entity.h | 2 |
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; |