mirror of
https://github.com/zeldaret/tww.git
synced 2026-08-18 13:13:29 -04:00
Compiler compat fix: Passing of rvalue GXColors to non-const reference parameters (#1142)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user