Updated iwmlib and removed log statement.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user