mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 00:56:45 +02:00
Rename pUtils.js to unpublishedScripts/marketplace/xylophone/pUtils.js
This commit is contained in:
parent
885a279bb0
commit
f1c243ac4e
1 changed files with 1 additions and 1 deletions
|
@ -21,4 +21,4 @@ editEntityTextures = function(id, textureName, textureURL) {
|
||||||
var textureList = getEntityTextures(id);
|
var textureList = getEntityTextures(id);
|
||||||
textureList[textureName] = textureURL;
|
textureList[textureName] = textureURL;
|
||||||
setEntityTextures(id, textureList);
|
setEntityTextures(id, textureList);
|
||||||
}
|
}
|
Loading…
Reference in a new issue