Temporarily disable dof hook

This commit is contained in:
momo5502 2023-03-17 19:17:11 +01:00
parent c833aec584
commit 1af37a9703

View File

@ -69,7 +69,7 @@ namespace dvars_patches
}
// toggle ADS dof based on r_dof_enable
utils::hook::jump(0x141116EBB_g, utils::hook::assemble(dof_enabled_stub), true);
//utils::hook::jump(0x141116EBB_g, utils::hook::assemble(dof_enabled_stub));
}
};
}