mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-15 20:09:14 +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() {
|
||||
Overlays.deleteOverlay(linePreviewTop);
|
||||
|
@ -832,6 +829,4 @@ Controller.mouseMoveEvent.connect(mouseMoveEvent);
|
|||
|
||||
Script.scriptEnding.connect(scriptEnding);
|
||||
|
||||
Script.update.connect(update);
|
||||
|
||||
Voxels.setPacketsPerSecond(10000);
|
||||
|
|
Loading…
Reference in a new issue