This commit is contained in:
L
2020-07-16 11:14:46 -03:00
parent 6aaa733dce
commit 84c44bc03c
16 changed files with 37 additions and 46 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ If ever any of these procs are useful for non-shuttles, rename it to proc/rotate
//resmooth if need be.
if(smooth && (params & ROTATE_SMOOTH))
queue_smooth(src)
QUEUE_SMOOTH(src)
//rotate the pixel offsets too.
if((pixel_x || pixel_y) && (params & ROTATE_OFFSET))