mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-28 20:40:47 +00:00
parent
b03450f200
commit
8011526e71
1 changed files with 1 additions and 1 deletions
|
@ -1341,7 +1341,7 @@ void DrawCrosshair(PLAYERp pp)
|
|||
{
|
||||
int32_t a = 2326;
|
||||
|
||||
double crosshair_scale = cl_crosshairscale * .01;
|
||||
double crosshair_scale = cl_crosshairscale * .02;
|
||||
if (isRR()) crosshair_scale *= .5;
|
||||
|
||||
DrawTexture(twod, tileGetTexture(a), 160, 100, DTA_Color, shadeToLight(10),
|
||||
|
|
Loading…
Reference in a new issue