Skip to content

Commit ad71cae

Browse files
committed
Finished TODO
1 parent ff16fdc commit ad71cae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/nix/entrypoint.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ __attribute__((constructor)) void doorstop_ctor() {
7474

7575
void *unity_player = plthook_handle_by_name("UnityPlayer");
7676

77-
// TODO: Chekc if this still works on macOS
7877
if (unity_player && plthook_open_by_handle(&hook, unity_player) == 0) {
7978
LOG("Found UnityPlayer, hooking into it instead");
8079
} else if (plthook_open(&hook, NULL) != 0) {

0 commit comments

Comments
 (0)