mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-17 23:26:50 +02:00
rename textureNames to originalTextures
This commit is contained in:
parent
53f5019ee7
commit
742e6487c7
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ EntityPropertyDialogBox = (function () {
|
|||
index++;
|
||||
array.push({ label: "Textures:", value: properties.textures });
|
||||
index++;
|
||||
array.push({ label: "Texture Names:\n" + properties.textureNames, type: "header" });
|
||||
array.push({ label: "Original Textures:\n" + properties.originalTextures, type: "header" });
|
||||
index++;
|
||||
}
|
||||
array.push({ label: "Position:", type: "header" });
|
||||
|
|
Loading…
Reference in a new issue