Browse Source

Fix light missing icon

Clement Espeute 2 years ago
parent
commit
bd3ef7dcf8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      hrt/prefab/Light.hx

+ 1 - 1
hrt/prefab/Light.hx

@@ -154,7 +154,7 @@ class Light extends Object3D {
 		ctx.local3d.name = name;
 
 		#if editor
-		ctx.custom = hrt.impl.EditorTools.create3DIcon(ctx.local3d, "icons/icon-pointlight.png", 0.5);
+		ctx.custom = hrt.impl.EditorTools.create3DIcon(ctx.local3d, "icons/PointLight.png", 0.5);
 		#end
 
 		cookieTex = initTexture(cookiePath);