Browse Source

client: fix wrong paused icon

pull/2/head
Alibek Omarov 3 years ago
parent
commit
32068d8090
  1. 2
      engine/client/cl_game.c

2
engine/client/cl_game.c

@ -988,7 +988,7 @@ static void CL_DrawLoadingOrPaused( qboolean paused, float percent ) @@ -988,7 +988,7 @@ static void CL_DrawLoadingOrPaused( qboolean paused, float percent )
{
ref.dllFuncs.Color4ub( 255, 255, 255, 255 );
ref.dllFuncs.GL_SetRenderMode( kRenderTransTexture );
ref.dllFuncs.R_DrawStretchPic( x, y, width, height, 0, 0, 1, 1, cls.loadingBar );
ref.dllFuncs.R_DrawStretchPic( x, y, width, height, 0, 0, 1, 1, cls.pauseIcon );
}
}

Loading…
Cancel
Save