PartMove progress is ignored for growth (#8580)
This commit is contained in:
@@ -78,8 +78,8 @@ public class RegionPart extends DrawPart{
|
|||||||
mx += move.x * p;
|
mx += move.x * p;
|
||||||
my += move.y * p;
|
my += move.y * p;
|
||||||
mr += move.rot * p;
|
mr += move.rot * p;
|
||||||
gx += move.gx;
|
gx += move.gx * p;
|
||||||
gy += move.gy;
|
gy += move.gy * p;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user