summaryrefslogtreecommitdiff
path: root/include/JSystem/J2DGraph
diff options
context:
space:
mode:
authormattias-blum <142374929+mattias-blum@users.noreply.github.com>2025-05-17 22:40:49 -0400
committermattias-blum <142374929+mattias-blum@users.noreply.github.com>2025-05-17 22:40:49 -0400
commit6c3f33263dc8669c01379e1540f1e28a8416768f (patch)
tree4d07f5f53c1a26b5837c239d1b2c1052812b66a9 /include/JSystem/J2DGraph
parentb27c3f63af236cd025482f568c917a6bcf30b543 (diff)
more progress
Diffstat (limited to 'include/JSystem/J2DGraph')
-rw-r--r--include/JSystem/J2DGraph/J2DPane.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J2DGraph/J2DPane.h b/include/JSystem/J2DGraph/J2DPane.h
index 291a0bba..cff8fa9f 100644
--- a/include/JSystem/J2DGraph/J2DPane.h
+++ b/include/JSystem/J2DGraph/J2DPane.h
@@ -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;