We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b6b48 commit ab34b35Copy full SHA for ab34b35
SpriteColors.cpp
@@ -308,5 +308,5 @@ ALLEGRO_COLOR blinkTechnicolor()
308
ALLEGRO_COLOR uiColor(int32_t index, bool bright)
309
{
310
auto& ssConfig = stonesenseState.ssConfig;
311
- return ssConfig.config.colors.getDfColor(index, (bright && 1), ssConfig.config.useDfColors);
+ return ssConfig.config.colors.getDfColor(index, (bright ? 1:0), ssConfig.config.useDfColors);
312
}
0 commit comments