actually seems ok to remove

This commit is contained in:
Ryan Oldenburg 2020-12-09 16:19:59 -06:00
parent af130f76b9
commit 4a7e4338c3

View file

@ -453,7 +453,7 @@ proc drawUber(
if smooth: if smooth:
b.getRgbaSmooth(xFloat, yFloat) b.getRgbaSmooth(xFloat, yFloat)
else: else:
b.getRgbaUnsafe(xFloat.round.int, yFloat.round.int) b.getRgbaUnsafe(xFloat.int, yFloat.int)
a.setRgbaUnsafe(x, y, mixer(rgba, rgba2)) a.setRgbaUnsafe(x, y, mixer(rgba, rgba2))
if blendMode == bmIntersectMask: if blendMode == bmIntersectMask: