Skip to content

Commit e05e51f

Browse files
committed
Bug fix
1 parent dfcd9ff commit e05e51f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

settings/arm9/source/graphics/graphics.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ void graphicsInit() {
144144

145145
colorLutName = lutName;
146146
}
147+
} else {
148+
colorLutName = "Default";
147149
}
148150

149151
SetBrightness(0, currentTheme == 4 ? -31 : 31);

0 commit comments

Comments
 (0)