diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2025-05-04 07:52:18 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-05-04 17:52:18 +0300 |
| commit | 6637765454bdcf65bfbe9808ee8cf2cf2892aa61 (patch) | |
| tree | 080ec7bc0be83f898ed6006a4fc9547e9ac8de14 /include/JSystem/J2DGraph | |
| parent | 211e5f13c78e3a6653b341312b115d390ac847a6 (diff) | |
e_md / coach2D done (#2418)
* e_md / coach2D done
* Update d_a_e_md.cpp
---------
Co-authored-by: hatal175 <hatal175@users.noreply.github.com>
Diffstat (limited to 'include/JSystem/J2DGraph')
| -rw-r--r-- | include/JSystem/J2DGraph/J2DPane.h | 5 |
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; } |
