提交 4a1523f6 编写于 作者: S Sean Barrett

make tga load function static to avoid link errors on multiple instances

上级 7759a2a9
......@@ -5330,7 +5330,7 @@ errorEnd:
}
// read 16bit value and convert to 24bit RGB
void stbi__tga_read_rgb16(stbi__context *s, stbi_uc* out)
static void stbi__tga_read_rgb16(stbi__context *s, stbi_uc* out)
{
stbi__uint16 px = stbi__get16le(s);
stbi__uint16 fiveBitMask = 31;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册