fix bad conflict resolution

This commit is contained in:
Andrew Meadows 2017-11-08 17:16:13 -08:00
parent e93c10b5ee
commit 111480f630

View file

@ -119,7 +119,6 @@ protected:
QUuid _changeHandlerId;
ItemID _renderItemID{ Item::INVALID_ITEM_ID };
ItemIDs _subRenderItemIDs;
quint64 _fadeStartTime{ usecTimestampNow() };
uint64_t _fadeStartTime{ usecTimestampNow() };
uint64_t _updateTime{ usecTimestampNow() }; // used when sorting/throttling render updates
bool _isFading{ _entitiesShouldFadeFunction() };