diff options
Diffstat (limited to 'src/crepe/api/UIObject.h')
-rw-r--r-- | src/crepe/api/UIObject.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/crepe/api/UIObject.h b/src/crepe/api/UIObject.h index f1318ab..f7f4fba 100644 --- a/src/crepe/api/UIObject.h +++ b/src/crepe/api/UIObject.h @@ -20,8 +20,6 @@ public: vec2 dimensions; //! Position offset relative to this GameObjects Transform vec2 offset; - //! variable indicating if transform is relative to camera(false) or world(true) - bool world_space = false; }; } // namespace crepe |