mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-05 22:02:17 +02:00
add newline at end of file
This commit is contained in:
parent
45fe6a438c
commit
889d9c54a5
2 changed files with 3 additions and 2 deletions
|
@ -248,4 +248,4 @@ function cleanup() {
|
||||||
|
|
||||||
Script.update.connect(update);
|
Script.update.connect(update);
|
||||||
Script.scriptEnding.connect(cleanup);
|
Script.scriptEnding.connect(cleanup);
|
||||||
Controller.mousePressEvent.connect(mousePressEvent);
|
Controller.mousePressEvent.connect(mousePressEvent);
|
||||||
|
|
|
@ -151,4 +151,5 @@
|
||||||
|
|
||||||
})();
|
})();
|
||||||
|
|
||||||
Script.scriptEnding.connect(cleanup);
|
Script.scriptEnding.connect(cleanup);
|
||||||
|
|
Loading…
Reference in a new issue