mirror of
https://github.com/YGGverse/xash3d-fwgs.git
synced 2025-01-12 16:18:01 +00:00
engine: dedicated: add TextureToGamma stub for imagelib
This commit is contained in:
parent
cf7a79bff3
commit
371025dc8e
@ -247,4 +247,9 @@ void CL_HudMessage( const char *pMessage )
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
byte TextureToGamma( byte b )
|
||||||
|
{
|
||||||
|
return b;
|
||||||
|
}
|
||||||
|
|
||||||
#endif // XASH_DEDICATED
|
#endif // XASH_DEDICATED
|
||||||
|
Loading…
Reference in New Issue
Block a user