actually seems ok to remove
This commit is contained in:
parent
af130f76b9
commit
4a7e4338c3
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue