Skip to content

Commit 7da7f2e

Browse files
committed
i cant trust github copilot
1 parent 489af80 commit 7da7f2e

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
@@ -21,7 +21,7 @@ bool SwelvyBG::init(float widthmult, float hightmult, float minspeed, float maxs
2121
int idx = 0;
2222

2323
// Retrieve the color offset setting
24-
auto mod = Loader::get()->getMod("omgrod.geodify");
24+
auto mod = Mod::get();
2525
ccColor3B colorOffset = {255, 0, 0}; // Default color offset
2626
if (mod) {
2727
auto colorSetting = mod->getSettingValue<std::string>("color");

0 commit comments

Comments
 (0)