mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
fix crash from pixel's merge
This commit is contained in:
parent
eca293e551
commit
6f4d69a776
@ -182,7 +182,7 @@ void CLogSystem::DrawGPUStats(void) const
|
||||
void CLogSystem::DrawCrosshairMaterial(void) const
|
||||
{
|
||||
CMaterialGlue* material = GetMaterialAtCrossHair();
|
||||
if (material)
|
||||
if (!material)
|
||||
return;
|
||||
|
||||
static Color c = { 255, 255, 255, 255 };
|
||||
|
Loading…
x
Reference in New Issue
Block a user