Updated iwmlib and removed log statement.
This commit is contained in:
parent
8b33bc0536
commit
07f50974f9
@ -220,7 +220,6 @@ class Throwable {
|
|||||||
|
|
||||||
startThrow() {
|
startThrow() {
|
||||||
this.velocity = this.meanVelocity()
|
this.velocity = this.meanVelocity()
|
||||||
console.log("startThrow", this.velocity)
|
|
||||||
if (this.velocity != null) {
|
if (this.velocity != null) {
|
||||||
// Call next velocity to ansure that specializations
|
// Call next velocity to ansure that specializations
|
||||||
// that use keepOnStage are called
|
// that use keepOnStage are called
|
||||||
|
Loading…
Reference in New Issue
Block a user