engine: dedicated: add TextureToGamma stub for imagelib

This commit is contained in:
Alibek Omarov 2024-01-07 03:51:47 +03:00
parent cf7a79bff3
commit 371025dc8e
1 changed files with 5 additions and 0 deletions

View File

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