- fixed DTA_KeepRatio.

This commit is contained in:
Christoph Oelckers 2020-07-17 21:14:58 +02:00
parent d1b4c34ff9
commit 61d08f41e0

View file

@ -1007,7 +1007,7 @@ bool ParseDrawTextureTags(F2DDrawer *drawer, FGameTexture *img, double x, double
break;
case DTA_KeepRatio:
parms->keepratio = ListGetInt(tags) ? 0 : -1;
parms->keepratio = ListGetInt(tags) ? -1 : 0;
break;
case DTA_Pin: