Merge pull request #14295 from SamGondelman/shape

Fix shape not getting marked changed
This commit is contained in:
Sam Gondelman 2018-10-30 11:04:32 -07:00 committed by GitHub
commit 2dc761a57a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -3207,6 +3207,8 @@ void EntityItemProperties::markAllChanged() {
_queryAACubeChanged = true;
_shapeChanged = true;
_flyingAllowedChanged = true;
_ghostingAllowedChanged = true;
_filterURLChanged = true;