Skip to content
Permalink
Browse files
Editor: Fixed producing if sizables are shown incorrectly in SMBX-38A
  • Loading branch information
Wohlstand committed Nov 25, 2017
1 parent a39f858 commit b3306c162179f21afe88f743646a92767cae2bd6
Showing 1 changed file with 2 additions and 0 deletions.
@@ -120,6 +120,8 @@ void LvlScene::setItemPlacer(int itemType, unsigned long itemID, int dType)
{
LvlPlacingItems::sizableBlock=true;
LvlPlacingItems::placingMode = LvlPlacingItems::PMODE_Brush;
//Turn off autoscale for sizable blocks to escape a bug in SMBX-38A
LvlPlacingItems::blockSet.autoscale = false;
setRectDrawer(); return;
}

0 comments on commit b3306c1

Please sign in to comment.