From 03cd2d3de5ba8ae63c0825444c277fe8132e7a90 Mon Sep 17 00:00:00 2001 From: luboslenco Date: Sat, 11 May 2019 13:39:00 +0200 Subject: [PATCH] Reset decal preview scale --- Sources/arm/util/RenderUtil.hx | 1 + 1 file changed, 1 insertion(+) diff --git a/Sources/arm/util/RenderUtil.hx b/Sources/arm/util/RenderUtil.hx index c46db114..bb71bd7c 100644 --- a/Sources/arm/util/RenderUtil.hx +++ b/Sources/arm/util/RenderUtil.hx @@ -92,6 +92,7 @@ class RenderUtil { } var plane:MeshObject = cast iron.Scene.active.getChild(".Plane"); + plane.transform.scale.set(1, 1, 1); plane.transform.rot.fromEuler(-Math.PI / 2, 0, 0); plane.transform.buildMatrix(); plane.visible = true;