diff options
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; |