Skip to content

Commit 75c8efa

Browse files
committed
replace void* with id
1 parent eb043db commit 75c8efa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

loader/src/hooks/ShutdownFix.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ using namespace geode::prelude;
99
// where the game tries to call Steam API functions
1010
// after the Steam API has been shut down.
1111

12-
void shutdownGameHook(void* self, SEL sel) {
12+
void shutdownGameHook(id self, SEL sel) {
1313
auto director = CCDirector::sharedDirector();
1414
director->pause();
1515
director->getScheduler()->unscheduleAll();

0 commit comments

Comments
 (0)