We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2bd65f9 commit f72763cCopy full SHA for f72763c
src/SwelvyBG.cpp
@@ -37,7 +37,7 @@ bool SwelvyBG::init(float widthmult, float hightmult, float minspeed, float maxs
37
{ ccc3(213, 105, 133), "geode.loader/swelve-layer2.png" },
38
{ ccc3(173, 84, 146), "geode.loader/swelve-layer1.png" },
39
{ ccc3(113, 74, 154), "geode.loader/swelve-layer0.png" },
40
- }) { if (Mod::get()->getSettingValue<bool>("enable-color-offset")) {
+ }) { if (Mod::get()->getSettingValue<bool>("enable-color")) {
41
// Apply the color offset
42
ccColor3B adjustedColor = {
43
static_cast<GLubyte>(std::min(255, layer.first.r + colorOffset.r)),
0 commit comments