mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 06:19:49 +02:00
Replace pitching.js include with relative path
This commit is contained in:
parent
3820adf3f6
commit
b8d90ab28e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
|||
(function() {
|
||||
Script.include("file:///c:%5CUsers%5CRyan%5Cdev%5Chifi%5Cexamples%5Cbaseball%5Cpitching.js");
|
||||
Script.include("pitching.js");
|
||||
var pitchingMachine = getPitchingMachine();
|
||||
Script.update.connect(function(dt) { pitchingMachine.update(dt); });
|
||||
this.startNearGrab = function() {
|
||||
|
|
Loading…
Reference in a new issue