diff options
author | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-08 18:04:36 +0100 |
---|---|---|
committer | heavydemon21 <nielsstunnebrink1@gmail.com> | 2024-11-08 18:04:36 +0100 |
commit | ba713ba89127e3b4a24f204f67bccaa9c2972916 (patch) | |
tree | 1a1c501ac96ffa80d72f93596098b462a798600a /src/crepe/api/Transform.h | |
parent | 91a277c69fd5f8ba814adc1006a49c7415ff65be (diff) |
Made it RAII
Diffstat (limited to 'src/crepe/api/Transform.h')
-rw-r--r-- | src/crepe/api/Transform.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/crepe/api/Transform.h b/src/crepe/api/Transform.h index d7a5b8a..756e45b 100644 --- a/src/crepe/api/Transform.h +++ b/src/crepe/api/Transform.h @@ -32,7 +32,7 @@ public: public: //! Translation (shift) Vector2 position; - //! Rotation, in radians + //! Rotation, in degrees double rotation; //! Multiplication factor double scale; |