瀏覽代碼

Fix light missing icon

Clement Espeute 2 年之前
父節點
當前提交
bd3ef7dcf8
共有 1 個文件被更改,包括 1 次插入1 次删除
  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);