2
0
luboslenco 2 жил өмнө
parent
commit
c5284c8bf4
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  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();