mirror of
https://github.com/overte-org/overte.git
synced 2025-04-08 07:12:40 +02:00
fixed tablet buliding up when flying fast
This commit is contained in:
parent
f4e57898c6
commit
2af72f1a50
1 changed files with 1 additions and 0 deletions
|
@ -335,6 +335,7 @@ WebTablet.prototype.cleanUpOldTablets = function() {
|
|||
this.cleanUpOldTabletsOnJoint(SENSOR_TO_ROOM_MATRIX);
|
||||
this.cleanUpOldTabletsOnJoint(CAMERA_MATRIX);
|
||||
this.cleanUpOldTabletsOnJoint(65529);
|
||||
this.cleanUpOldTabletsOnJoint(65534);
|
||||
};
|
||||
|
||||
WebTablet.prototype.unregister = function() {
|
||||
|
|
Loading…
Reference in a new issue