1
0
mirror of https://github.com/alliedmodders/hl2sdk.git synced 2025-09-20 20:46:03 +08:00

Rebuild mathlib

This commit is contained in:
Nick Hastings
2023-09-24 20:58:27 -04:00
parent 4643697dee
commit e30cd9938d
9 changed files with 123 additions and 8 deletions

View File

@ -57,7 +57,7 @@ void ColorQuantize(uint8 const *Image,
{
struct QuantizedValue *v=FindQNode(q,p);
if (v)
for(int c=0;c<3;c++)
for(c=0;c<3;c++)
out_palette[p*3+c]=v->Mean[c];
}
memset(Error,0,sizeof(Error));