mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 22:16:58 +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++;
|
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" });
|
||||||
|
|
Loading…
Reference in a new issue