From 4a7e4338c3bc31bcc47fb9f1a25ee8406f47b96c Mon Sep 17 00:00:00 2001 From: Ryan Oldenburg Date: Wed, 9 Dec 2020 16:19:59 -0600 Subject: [PATCH] actually seems ok to remove --- src/pixie/images.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pixie/images.nim b/src/pixie/images.nim index 264fdc9..30e90c5 100644 --- a/src/pixie/images.nim +++ b/src/pixie/images.nim @@ -453,7 +453,7 @@ proc drawUber( if smooth: b.getRgbaSmooth(xFloat, yFloat) else: - b.getRgbaUnsafe(xFloat.round.int, yFloat.round.int) + b.getRgbaUnsafe(xFloat.int, yFloat.int) a.setRgbaUnsafe(x, y, mixer(rgba, rgba2)) if blendMode == bmIntersectMask: