diff options
author | talha <sarcxd@gmail.com> | 2025-02-10 18:43:53 +0500 |
---|---|---|
committer | talha <sarcxd@gmail.com> | 2025-02-10 18:43:53 +0500 |
commit | a4f47d00029475e6b47806a3179d539c976ede3e (patch) | |
tree | 85746fbcbc6f0cc114bee87ece670503cb0c50b2 | |
parent | 58b969041c5135ea067f64a7e2009a178b2461a9 (diff) |
removed redundant fields from Rect
-rwxr-xr-x | source/main.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/main.cpp b/source/main.cpp index 9e5d160..11292ff 100755 --- a/source/main.cpp +++ b/source/main.cpp @@ -113,8 +113,6 @@ struct TextState { struct Rect { Vec2 tl; Vec2 br; - Vec2 size; - Vec3 position; }; #define PLAYER_Z -1.0f |