Compiler compat fix: Passing of rvalue GXColors to non-const reference parameters (#1142)

This commit is contained in:
LagoLunatic
2026-07-31 13:20:48 -04:00
committed by GitHub
parent 641268e340
commit 45718d8ccc
16 changed files with 87 additions and 171 deletions
+1 -1
View File
@@ -328,7 +328,7 @@ int JUTResFont::getCellWidth() const {
}
/* 802C2EDC-802C2F28 .text getCellHeight__10JUTResFontCFv */
s32 JUTResFont::getCellHeight() const {
int JUTResFont::getCellHeight() const {
if (mpGlyphBlocks) {
ResFONT::GLY1* glyph = *mpGlyphBlocks;
if (glyph) {