I keep getting a MAV on this:
b\img IS an image loaded correctly and draws correctly if I don't use the ScaleImage line. It also doesn't work on:
But for some STRANGE reason, this works:
????
ScaleImage b\img, GraphicsWidth()/1680, GraphicsHeight()/1050
b\img IS an image loaded correctly and draws correctly if I don't use the ScaleImage line. It also doesn't work on:
ScaleImage b\img, 1024/1680, 768/1050
But for some STRANGE reason, this works:
ScaleImage b\img, 0.609, 0.713
????