mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 15:29:42 +02:00
Update tank.js
This commit is contained in:
parent
645f0da280
commit
d4fd9d4157
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
(function() {
|
(function() {
|
||||||
|
|
||||||
Script.include('../../../../examples/libraries/virtualBaton.js?' + Math.random());
|
Script.include('../../../../examples/libraries/virtualBaton.js');
|
||||||
|
|
||||||
//only one person should simulate the tank at a time -- we pass around a virtual baton
|
//only one person should simulate the tank at a time -- we pass around a virtual baton
|
||||||
var baton;
|
var baton;
|
||||||
|
@ -693,4 +693,4 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
return new FishTank();
|
return new FishTank();
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue