slowmotion

This commit is contained in:
mjkzy 2022-05-28 14:26:48 -05:00
parent b326279957
commit ae32b3895d

View File

@ -45,9 +45,9 @@ namespace slowmotion
return;
}
utils::hook::jump(0x140365480, scr_cmd_set_slow_motion);
utils::hook::jump(0x43D2E0_b, scr_cmd_set_slow_motion);
}
};
}
//REGISTER_COMPONENT(slowmotion::component)
REGISTER_COMPONENT(slowmotion::component)