more progress

This commit is contained in:
mattias-blum
2025-05-17 22:40:49 -04:00
parent b27c3f63af
commit 6c3f33263d
5 changed files with 120 additions and 50 deletions
+1 -1
View File
@@ -91,7 +91,7 @@ public:
void getBounds() {}
void getGlbBounds() {}
void getRotate() const {}
f32 getRotate() const { return mRotation; }
void place(const JGeometry::TBox2<f32>&) {}
void rotate(f32 angle) {
mRotation = angle;