mirror of
https://github.com/FWGS/xash3d-fwgs.git
synced 2026-08-05 03:24:56 +08:00
engine: dedicated: add TextureToGamma stub for imagelib
This commit is contained in:
@@ -247,4 +247,9 @@ void CL_HudMessage( const char *pMessage )
|
||||
|
||||
}
|
||||
|
||||
byte TextureToGamma( byte b )
|
||||
{
|
||||
return b;
|
||||
}
|
||||
|
||||
#endif // XASH_DEDICATED
|
||||
|
||||
Reference in New Issue
Block a user