summaryrefslogtreecommitdiff
path: root/include/JSystem/J2DGraph/J2DPane.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/JSystem/J2DGraph/J2DPane.h')
-rw-r--r--include/JSystem/J2DGraph/J2DPane.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/JSystem/J2DGraph/J2DPane.h b/include/JSystem/J2DGraph/J2DPane.h
index ae13d386bb..db868228b1 100644
--- a/include/JSystem/J2DGraph/J2DPane.h
+++ b/include/JSystem/J2DGraph/J2DPane.h
@@ -138,6 +138,8 @@ public:
MtxP getGlbMtx() { return mGlobalMtx; }
+ JGeometry::TBox2<f32>& getGlbBounds() { return mGlobalBounds; }
+
void setMtx(Mtx m) { MTXCopy(m, mPositionMtx); }
void translate(f32 transX, f32 transY) {