Browse Source

Fixed error duplicate symbol introduced in merge

Matt Benic 10 years ago
parent
commit
0923e44177
1 changed files with 3 additions and 1 deletions
  1. 3 1
      Script/AtomicEditor/ui/frames/inspector/MaterialInspector.ts

+ 3 - 1
Script/AtomicEditor/ui/frames/inspector/MaterialInspector.ts

@@ -59,7 +59,9 @@ var techniqueLookup = {
     "Techniques/DiffAdd.xml": "Additive",
     "Techniques/NoTexture.xml": "No Texture",
     "Techniques/DiffLightMap.xml": "Lightmap",
-    "Techniques/NoTexture.xml": "No Texture"
+    "Techniques/NoTexture.xml": "No Texture",
+    "Techniques/DiffLightMap.xml": "Lightmap",
+    "Techniques/DiffLightMapAlpha.xml": "Lightmap Alpha"
 };
 
 var techniqueReverseLookup = {};