Smoothing cleanup, variables moved, atom movable three Destroy() merged into one (#51878)

* smooth

* derp

* parent call order

* defined

* merge stuff

* tab

* merge conflicts

* call parent first
This commit is contained in:
AnturK
2020-07-21 19:28:06 +02:00
committed by GitHub
20 changed files with 139 additions and 111 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))