fix shape not getting marked changed

This commit is contained in:
SamGondelman 2018-10-29 17:43:16 -07:00
parent db87fe9696
commit df005eedbf

View file

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