this was supposed to be a test line, didnt mean to push it

This commit is contained in:
nullifiedcat 2017-08-18 12:44:16 +03:00
parent ae9a1df287
commit a318672c22

View File

@ -100,7 +100,6 @@ void OverrideView_hook(void* _this, CViewSetup* setup) {
setup->fov = override_fov; setup->fov = override_fov;
} }
} }
setup->origin -= Vector(0, 0, 96);
draw::fov = setup->fov; draw::fov = setup->fov;
SEGV_END; SEGV_END;
} }