diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-24 09:50:10 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-12-24 09:50:10 +0100 |
commit | 4526efe1b6dd63aaa177f8f35194989d3910d571 (patch) | |
tree | e7b18df0361af1b081168569568d408cfd4b6538 /src/crepe/api | |
parent | b9051627db1741fe373c08ab43170c257625073f (diff) |
make format
Diffstat (limited to 'src/crepe/api')
-rw-r--r-- | src/crepe/api/UIObject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/UIObject.h b/src/crepe/api/UIObject.h index 5c1fdf7..0d9b1f7 100644 --- a/src/crepe/api/UIObject.h +++ b/src/crepe/api/UIObject.h @@ -15,7 +15,7 @@ public: * \param dimensions width and height of the UIObject * \param offset Offset relative to the GameObject Transform */ - UIObject(game_object_id_t id, const vec2 & dimensions, const vec2 & offset = {0,0}); + UIObject(game_object_id_t id, const vec2 & dimensions, const vec2 & offset = {0, 0}); //! Width and height of the UIObject vec2 dimensions; //! Position offset relative to this GameObjects Transform |