Sfoglia il codice sorgente

RectangleLight: clean code

lviguier 2 mesi fa
parent
commit
5228041868
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      hrt/prefab/Light.hx

+ 0 - 1
hrt/prefab/Light.hx

@@ -620,7 +620,6 @@ class Light extends Object3D {
 			]));
 		case Rectangle:
 			group.append(hide.comp.PropsEditor.makePropsList([
-				{ name: "size", t: PFloat(0, 5), def: 0 },
 				{ name: "width", t: PFloat(0, 5), def: 0 },
 				{ name: "height", t: PFloat(0, 5), def: 0 },
 				{ name: "horizontalAngle", t: PFloat(1, 90), def: 0 },