diff options
author | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-09 14:20:39 +0100 |
---|---|---|
committer | WBoerenkamps <wrj.boerenkamps@student.avans.nl> | 2024-12-09 14:20:39 +0100 |
commit | 2ff3369a7aaf98936bf93f1c7c0dbfcaa38c31d7 (patch) | |
tree | b8b3fae16111f4d5df73077c5e0e28a1639c9f3f /src/crepe/api/Transform.h | |
parent | b6167713c11e26f513f0c5b82701e6cee88de8cb (diff) |
make format
Diffstat (limited to 'src/crepe/api/Transform.h')
-rw-r--r-- | src/crepe/api/Transform.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/crepe/api/Transform.h b/src/crepe/api/Transform.h index 78407ee..b63acaf 100644 --- a/src/crepe/api/Transform.h +++ b/src/crepe/api/Transform.h @@ -14,9 +14,9 @@ namespace crepe { class Transform : public Component { public: //! Specifies the coordinate space for transformations. - enum Space { + enum Space { //! coordinates are relative to the active camera - HUD, + HUD, //! coordinates are relative to the game world WORLD, }; |