Skip to content

Commit bb369f4

Browse files
committed
s
1 parent 6ff3516 commit bb369f4

File tree

2 files changed

+7
-6
lines changed

2 files changed

+7
-6
lines changed

src/Client/ClientSetup.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -399,6 +399,8 @@ class ClientUtils
399399
"no-trans",
400400
"verify-hack",
401401
"coin-tracers",
402+
"no-wave",
403+
"solid-wave",
402404
"no-shake"
403405
};
404406

src/Hacks/SolidWaveTrail.cpp

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#ifndef GEODE_IS_MACOS
2+
13
#include <Geode/Geode.hpp>
24
#include <Geode/modify/CCDrawNode.hpp>
35
#include "../Client/Client.h"
@@ -38,11 +40,8 @@ class $modify (CCDrawNode)
3840
}
3941
}
4042

41-
#ifdef GEODE_IS_MACOS
42-
CCDrawNode::drawPolygon(verts, count, fillColor, borderWidth, borderColor);
43-
return true;
44-
#else
4543
return CCDrawNode::drawPolygon(verts, count, fillColor, borderWidth, borderColor);
46-
#endif
4744
}
48-
};
45+
};
46+
47+
#endif

0 commit comments

Comments
 (0)