summary refs log tree commit diff stats
path: root/src/components/transformable.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/transformable.h')
-rw-r--r--src/components/transformable.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/components/transformable.h b/src/components/transformable.h index 3296e49..6f3c2ef 100644 --- a/src/components/transformable.h +++ b/src/components/transformable.h
@@ -8,6 +8,12 @@ public:
8 8
9 /** 9 /**
10 * The coordinates of the entity. 10 * The coordinates of the entity.
11 *
12 * Note that ponderable entities sometimes have special behavior related to
13 * their coordinates, specifically that ferried bodies will behave oddly if
14 * their coordinates are changed outside of the PonderingSystem. Before doing
15 * so, use PonderingSystem::unferry on the body to ensure that it is not
16 * ferried.
11 */ 17 */
12 double x; 18 double x;
13 double y; 19 double y;