shx-3d-render

main
Jan Umbach 2024-06-22 10:09:36 +02:00
parent 7f26248bbb
commit 66c6d81e82
1 changed files with 1 additions and 1 deletions

View File

@ -408,7 +408,7 @@
clearTimeout(currentTimeout);
}
this.renderViewDebounce = setTimeout(this._renderView.bind(this), 50);
this.renderViewDebounce = setTimeout(this._renderView.bind(this), 500);
}
_renderView() {