Merge pull request #221 from ritiek/patch-1

Remove redundant code
This commit is contained in:
Eric Froemling 2021-01-05 15:35:10 -08:00 committed by GitHub
commit 76d78a91ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1109,10 +1109,8 @@ void SpazNode::SetJumpPressed(bool val) {
}
last_jump_time_ = scene()->time();
}
jump_pressed_ = true;
} else {
// Release.
jump_pressed_ = false;
}
}