mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 17:41:12 +02:00
Merge pull request #3756 from huffman/fix-entity-paste
Fix EntityItemProperties::markAllChanged() not marking all properties
This commit is contained in:
commit
99f8f1ca45
1 changed files with 3 additions and 0 deletions
|
@ -696,6 +696,7 @@ bool EntityItemProperties::encodeEraseEntityMessage(const EntityItemID& entityIt
|
||||||
|
|
||||||
void EntityItemProperties::markAllChanged() {
|
void EntityItemProperties::markAllChanged() {
|
||||||
_positionChanged = true;
|
_positionChanged = true;
|
||||||
|
_dimensionsChanged = true;
|
||||||
_rotationChanged = true;
|
_rotationChanged = true;
|
||||||
_massChanged = true;
|
_massChanged = true;
|
||||||
_velocityChanged = true;
|
_velocityChanged = true;
|
||||||
|
@ -716,6 +717,8 @@ void EntityItemProperties::markAllChanged() {
|
||||||
_glowLevelChanged = true;
|
_glowLevelChanged = true;
|
||||||
_localRenderAlphaChanged = true;
|
_localRenderAlphaChanged = true;
|
||||||
_isSpotlightChanged = true;
|
_isSpotlightChanged = true;
|
||||||
|
_ignoreForCollisionsChanged = true;
|
||||||
|
_collisionsWillMoveChanged = true;
|
||||||
|
|
||||||
_diffuseColorChanged = true;
|
_diffuseColorChanged = true;
|
||||||
_ambientColorChanged = true;
|
_ambientColorChanged = true;
|
||||||
|
|
Loading…
Reference in a new issue