mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 06:57:37 +02:00
Reference correct filename.
This commit is contained in:
parent
61e521bc63
commit
9670cf3fe3
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
(function () {
|
(function () {
|
||||||
// See tests/performance/tribbles.js
|
// See tests/performance/tribbles.js
|
||||||
Script.include("../libraries/virtualBaton.42.js");
|
Script.include("../libraries/virtualBaton.js");
|
||||||
var dimensions, oldColor, entityID,
|
var dimensions, oldColor, entityID,
|
||||||
editRate = 60,
|
editRate = 60,
|
||||||
moveRate = 1,
|
moveRate = 1,
|
||||||
|
|
Loading…
Reference in a new issue