diff options
Diffstat (limited to 'src/objects.h')
-rw-r--r-- | src/objects.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/objects.h b/src/objects.h index 15f2618..7f4d39b 100644 --- a/src/objects.h +++ b/src/objects.h @@ -39,8 +39,7 @@ struct object enum objtype type; struct slide *parent; - /* Position of object, the interpretation of which depends on - * the type of the object */ + /* Position of corner of object */ double x; double y; |