Browse Source

RectangleLight: clean code

lviguier 2 months ago
parent
commit
5228041868
1 changed files with 0 additions and 1 deletions
  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 },