Browse Source

engine: dedicated: add TextureToGamma stub for imagelib

pull/2/head
Alibek Omarov 12 months ago
parent
commit
371025dc8e
  1. 5
      engine/common/dedicated.c

5
engine/common/dedicated.c

@ -247,4 +247,9 @@ void CL_HudMessage( const char *pMessage )
} }
byte TextureToGamma( byte b )
{
return b;
}
#endif // XASH_DEDICATED #endif // XASH_DEDICATED

Loading…
Cancel
Save