engine: dedicated: add TextureToGamma stub for imagelib

This commit is contained in:
Alibek Omarov 2024-01-07 03:51:47 +03:00
parent 3d79eb747c
commit 4d69ffe4ad
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