Remove redundant code

This commit is contained in:
Ritiek Malhotra 2020-12-30 19:31:26 +05:30 committed by GitHub
parent 3d52e05bfb
commit ec716b2697
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;
}
}