summaryrefslogtreecommitdiff
path: root/include/JSystem/J2DGraph
diff options
context:
space:
mode:
authorLagoLunatic <LagoLunatic@users.noreply.github.com>2026-08-13 19:02:45 -0400
committerLagoLunatic <LagoLunatic@users.noreply.github.com>2026-08-13 19:06:17 -0400
commit2fe7e48e10e1516718cb6654f74e1afcfad9f97a (patch)
tree430c5bb39afd399904eea1f3a64f183a4de4bc19 /include/JSystem/J2DGraph
parent56f975b58008b91da177ea84353198487fa40c97 (diff)
d_menu_collect closer
Diffstat (limited to 'include/JSystem/J2DGraph')
-rw-r--r--include/JSystem/J2DGraph/J2DWindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J2DGraph/J2DWindow.h b/include/JSystem/J2DGraph/J2DWindow.h
index a530550b..acf6dc00 100644
--- a/include/JSystem/J2DGraph/J2DWindow.h
+++ b/include/JSystem/J2DGraph/J2DWindow.h
@@ -45,7 +45,7 @@ public:
}
void getWhite() const {}
void setBlack(JUtility::TColor black) { mBlack = black; }
- void setContentsColor(TContentsColor& param_0) { setContentsColor(param_0.mTL, param_0.mTR, param_0.mBL, param_0.mBR); }
+ void setContentsColor(TContentsColor param_0) { setContentsColor(param_0.mTL, param_0.mTR, param_0.mBL, param_0.mBR); }
void setContentsColor(JUtility::TColor param_0) { setContentsColor(param_0, param_0, param_0, param_0); }
void setWhite(JUtility::TColor white) { mWhite = white; }