mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 05:17:02 +02:00
Remove unused variable and print in pitching.js
This commit is contained in:
parent
278c921a50
commit
069284d8d1
1 changed files with 0 additions and 4 deletions
|
@ -496,8 +496,6 @@ Baseball.prototype = {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
var baseball = null;
|
|
||||||
|
|
||||||
function entityCollisionWithGround(ground, entity, collision) {
|
function entityCollisionWithGround(ground, entity, collision) {
|
||||||
var ZERO_VEC = { x: 0, y: 0, z: 0 };
|
var ZERO_VEC = { x: 0, y: 0, z: 0 };
|
||||||
var dVelocityMagnitude = Vec3.length(collision.velocityChange);
|
var dVelocityMagnitude = Vec3.length(collision.velocityChange);
|
||||||
|
@ -536,5 +534,3 @@ Script.scriptEnding.connect(function() {
|
||||||
cleanupTrail();
|
cleanupTrail();
|
||||||
Entities.deleteEntity(pitchingMachineID);
|
Entities.deleteEntity(pitchingMachineID);
|
||||||
});
|
});
|
||||||
|
|
||||||
print("Done loading pitching.js");
|
|
||||||
|
|
Loading…
Reference in a new issue