Skip to content

Commit f72763c

Browse files
authored
github mobile sucks
1 parent 2bd65f9 commit f72763c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SwelvyBG.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ bool SwelvyBG::init(float widthmult, float hightmult, float minspeed, float maxs
3737
{ ccc3(213, 105, 133), "geode.loader/swelve-layer2.png" },
3838
{ ccc3(173, 84, 146), "geode.loader/swelve-layer1.png" },
3939
{ ccc3(113, 74, 154), "geode.loader/swelve-layer0.png" },
40-
}) { if (Mod::get()->getSettingValue<bool>("enable-color-offset")) {
40+
}) { if (Mod::get()->getSettingValue<bool>("enable-color")) {
4141
// Apply the color offset
4242
ccColor3B adjustedColor = {
4343
static_cast<GLubyte>(std::min(255, layer.first.r + colorOffset.r)),

0 commit comments

Comments
 (0)