update packing flag, fixes #3628

This was SVN commit r17305.
This commit is contained in:
mimo 2015-11-28 11:11:40 +00:00
parent 0d1b595fa0
commit 2d4ec03019

View file

@ -121,6 +121,7 @@ Pack.prototype.PackProgress = function(data, lateness)
this.CancelTimer();
this.packed = !this.packed;
this.packing = false;
Engine.PostMessage(this.entity, MT_PackFinished, { packed: this.packed });
// Done un/packing, copy our parameters to the final entity