diff options
Diffstat (limited to 'src/object.hpp')
-rw-r--r-- | src/object.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/object.hpp b/src/object.hpp index f15699bb..49d861aa 100644 --- a/src/object.hpp +++ b/src/object.hpp @@ -48,7 +48,7 @@ struct object const Vector2b offset, bbox_offset; const Vector2ub bbox_size; uint16_t delta = 0, frame = 0; - const rotation r = rotation::N; + const rotation r = rotation::N; // todo remove bitfield? const pass_mode pass = pass_mode::see_through; bool ephemeral : 1 = false; //char _pad[4]; // got 4 bytes left |