diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-04 20:13:09 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-04 20:13:09 +0100 |
commit | 66fdcffaddb0ab31d12b6b1d7892a8edaa31af65 (patch) | |
tree | 6c6692e0489133ac5264d53f7dc5a1e3d5be9320 /src/crepe/api/UiObject.h | |
parent | 6454975779acb39d7d546e11855a07a952e68e5b (diff) |
make format
Diffstat (limited to 'src/crepe/api/UiObject.h')
-rw-r--r-- | src/crepe/api/UiObject.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/crepe/api/UiObject.h b/src/crepe/api/UiObject.h index 1130f99..0634f97 100644 --- a/src/crepe/api/UiObject.h +++ b/src/crepe/api/UiObject.h @@ -16,11 +16,10 @@ public: * \param dimensions width and height of the UIObject * \param offset Offset relative to the GameObject Transform */ - UIObject(game_object_id_t id, vec2 dimensions,vec2 offset); + UIObject(game_object_id_t id, vec2 dimensions, vec2 offset); //! Width and height of the UIObject vec2 dimensions; vec2 offset; - }; } // namespace crepe |