Added missing field in struct.

This commit is contained in:
Aybe 2018-06-01 19:55:21 +02:00
parent 4ff78f60a6
commit b7cb158f45

View File

@ -87,6 +87,7 @@ typedef struct {
Bitu cachePitch;
Bit8u *cacheRead;
Bitu inHeight, inLine, outLine;
bool xBRZ;
} scale;
RenderPal_t pal;
bool updating;