Browse Source

Fix light missing icon

Clement Espeute 2 năm trước cách đây
mục cha
commit
bd3ef7dcf8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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);