diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-09-16 17:46:19 -0400 |
|---|---|---|
| committer | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2024-09-16 17:46:19 -0400 |
| commit | d7c228a628b043b0911df347fbe4d1e0e48ec42d (patch) | |
| tree | 2a6cc863fdfb9c9eed9cc971a5792e191850766d /src/JSystem/J2DGraph/J2DOrthoGraph.cpp | |
| parent | bd39bcd7077735f7f5365dc1690b44cd062b9ee9 (diff) | |
misc cleanup
Diffstat (limited to 'src/JSystem/J2DGraph/J2DOrthoGraph.cpp')
| -rw-r--r-- | src/JSystem/J2DGraph/J2DOrthoGraph.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/JSystem/J2DGraph/J2DOrthoGraph.cpp b/src/JSystem/J2DGraph/J2DOrthoGraph.cpp index ee30c934..b5946570 100644 --- a/src/JSystem/J2DGraph/J2DOrthoGraph.cpp +++ b/src/JSystem/J2DGraph/J2DOrthoGraph.cpp @@ -41,8 +41,7 @@ void J2DOrthoGraph::setLookat() { GXLoadPosMtxImm(mPosMtx, GX_PNMTX0); } -/* 802CDD84-802CDE10 .text - * scissorBounds__13J2DOrthoGraphFPQ29JGeometry8TBox2<f>PCQ29JGeometry8TBox2<f> */ +/* 802CDD84-802CDE10 .text scissorBounds__13J2DOrthoGraphFPQ29JGeometry8TBox2<f>PCQ29JGeometry8TBox2<f> */ void J2DOrthoGraph::scissorBounds(JGeometry::TBox2<f32>* param_0, const JGeometry::TBox2<f32>* param_1) { f32 widthPower = this->getWidthPower(); |
