mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 16:30:10 +02:00
Fix property save
This commit is contained in:
parent
66f954142a
commit
efd177d80d
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@
|
|||
newProperties.cutoff = lightProperties.cutoff;
|
||||
|
||||
var userData = getUserData(this.entityID);
|
||||
userData.lightDefaultProperties = copyObject(lightProperties);
|
||||
userData.lightDefaultProperties = copyObject(newProperties);
|
||||
updateUserData(this.entityID, userData);
|
||||
|
||||
print("Relative properties of light entity saved.");
|
||||
|
|
Loading…
Reference in a new issue