aboutsummaryrefslogtreecommitdiff
path: root/src/crepe/api/UIObject.h
diff options
context:
space:
mode:
authorheavydemon21 <nielsstunnebrink1@gmail.com>2024-12-21 10:27:16 +0100
committerheavydemon21 <nielsstunnebrink1@gmail.com>2024-12-21 10:27:16 +0100
commit296c80edd6727d6808ed0c98c001a8b456f1c037 (patch)
treead0731f1139c15a080fc2db60086681c405b21f8 /src/crepe/api/UIObject.h
parent0ba3392d8d5ef1f69bda831c8e2be2efa505b632 (diff)
implemented feedback
Diffstat (limited to 'src/crepe/api/UIObject.h')
-rw-r--r--src/crepe/api/UIObject.h2
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