mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01: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() {
|
||||
|
||||
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
|
||||
var baton;
|
||||
|
@ -693,4 +693,4 @@
|
|||
}
|
||||
|
||||
return new FishTank();
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue