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 489af80 commit 7da7f2eCopy full SHA for 7da7f2e
src/SwelvyBG.cpp
@@ -21,7 +21,7 @@ bool SwelvyBG::init(float widthmult, float hightmult, float minspeed, float maxs
21
int idx = 0;
22
23
// Retrieve the color offset setting
24
- auto mod = Loader::get()->getMod("omgrod.geodify");
+ auto mod = Mod::get();
25
ccColor3B colorOffset = {255, 0, 0}; // Default color offset
26
if (mod) {
27
auto colorSetting = mod->getSettingValue<std::string>("color");
0 commit comments