summaryrefslogtreecommitdiff
path: root/include/JSystem
diff options
context:
space:
mode:
Diffstat (limited to 'include/JSystem')
-rw-r--r--include/JSystem/J2DGraph/J2DPane.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/include/JSystem/J2DGraph/J2DPane.h b/include/JSystem/J2DGraph/J2DPane.h
index 00724f14a3..2ef48562d0 100644
--- a/include/JSystem/J2DGraph/J2DPane.h
+++ b/include/JSystem/J2DGraph/J2DPane.h
@@ -160,6 +160,11 @@ public:
calcMtx();
}
+ void rotateY(f32 rotate) {
+ mRotateY = rotate;
+ calcMtx();
+ }
+
int getKind() const { return mKind; }
bool isVisible() const { return mVisible; }