FWGS / xash3d-fwgs

Xash3D FWGS engine
1.58k stars 241 forks source link

Fix CenterPrint Wrong X Position #1825

Closed xiaodo1337 closed 1 month ago

a1batross commented 1 month ago

If it's measured in virtual coordinates, then you could also fix CL_AdjustYPos and check that returned value is checked against virtual coordinates too plus converted to real coordinates.

CenterPrint could always use real coordinates anyway, it's completely an engine-side feature.

Also, please follow the CONTRIBUTING.md.

xiaodo1337 commented 1 month ago

Sorry, I will notice that next time. :o