rename textureNames to originalTextures

This commit is contained in:
ZappoMan 2014-11-07 10:05:43 -08:00
parent 53f5019ee7
commit 742e6487c7

View file

@ -54,7 +54,7 @@ EntityPropertyDialogBox = (function () {
index++; index++;
array.push({ label: "Textures:", value: properties.textures }); array.push({ label: "Textures:", value: properties.textures });
index++; index++;
array.push({ label: "Texture Names:\n" + properties.textureNames, type: "header" }); array.push({ label: "Original Textures:\n" + properties.originalTextures, type: "header" });
index++; index++;
} }
array.push({ label: "Position:", type: "header" }); array.push({ label: "Position:", type: "header" });