luboslenco 2 years ago
parent
commit
c5284c8bf4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Sources/arm/Layers.hx

+ 1 - 1
Sources/arm/Layers.hx

@@ -979,7 +979,7 @@ class Layers {
 		Context.layerPreviewDirty = true;
 	}
 
-	public static function createColorLayer(baseColor: Int, occlusion = 1.0, roughness = Layers.defaultRough, metallic = 0.0 ) {
+	public static function createColorLayer(baseColor: Int, occlusion = 1.0, roughness = Layers.defaultRough, metallic = 0.0) {
 		function _init() {
 			var l = newLayer(false);
 			History.newLayer();