You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
meag 2019/01/15 at 10:24 AM
^ if we're updating nquake, i had to look into a crosshair 'bug' recently and some of the nquake crosshair images are incorrect
the centerpoint should be on width/2-1,height/2-1 (assuming 0,0 is top-left) but they're on width/2, height/2 instead
just need to move all relevant pixels up one and left one
The text was updated successfully, but these errors were encountered:
meag 2019/01/15 at 10:24 AM
^ if we're updating nquake, i had to look into a crosshair 'bug' recently and some of the nquake crosshair images are incorrect
the centerpoint should be on width/2-1,height/2-1 (assuming 0,0 is top-left) but they're on width/2, height/2 instead
just need to move all relevant pixels up one and left one
The text was updated successfully, but these errors were encountered: