mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 14:30:08 +02:00
Removed empty update function
This commit is contained in:
parent
a9a455ca1d
commit
41b9c3b704
1 changed files with 0 additions and 5 deletions
|
@ -814,9 +814,6 @@ function mousePressEvent(event) {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
function update() {
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
function scriptEnding() {
|
function scriptEnding() {
|
||||||
Overlays.deleteOverlay(linePreviewTop);
|
Overlays.deleteOverlay(linePreviewTop);
|
||||||
|
@ -832,6 +829,4 @@ Controller.mouseMoveEvent.connect(mouseMoveEvent);
|
||||||
|
|
||||||
Script.scriptEnding.connect(scriptEnding);
|
Script.scriptEnding.connect(scriptEnding);
|
||||||
|
|
||||||
Script.update.connect(update);
|
|
||||||
|
|
||||||
Voxels.setPacketsPerSecond(10000);
|
Voxels.setPacketsPerSecond(10000);
|
||||||
|
|
Loading…
Reference in a new issue