mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
rename textureNames to originalTextures
This commit is contained in:
parent
45ca063249
commit
53f5019ee7
1 changed files with 1 additions and 1 deletions
|
@ -244,7 +244,7 @@ QScriptValue EntityItemProperties::copyToScriptValue(QScriptEngine* engine) cons
|
|||
COPY_PROPERTY_TO_QSCRIPTVALUE_GETTER(boundingBox, boundingBox); // gettable, but not settable
|
||||
|
||||
QString textureNamesList = _textureNames.join(",\n");
|
||||
COPY_PROPERTY_TO_QSCRIPTVALUE_GETTER(textureNames, textureNamesList); // gettable, but not settable
|
||||
COPY_PROPERTY_TO_QSCRIPTVALUE_GETTER(originalTextures, textureNamesList); // gettable, but not settable
|
||||
|
||||
return properties;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue