Skip to content

Commit

Permalink
IntelliJの犬
Browse files Browse the repository at this point in the history
  • Loading branch information
uTen2c committed Sep 30, 2023
1 parent 92ff06e commit feefbdd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ private void bobView(GameRenderer instance, MatrixStack matrices, float tickDelt
var targetScale = StackUtils.getGunModelScale(gunModelState);

if (gunState == GunState.ADS || System.currentTimeMillis() - lastNoBobbingTime <= MARGIN_MILLIS) {
targetScale *= 0.01;
targetScale *= 0.01f;
if (gunState == GunState.ADS) {
lastNoBobbingTime = System.currentTimeMillis();
}
Expand Down

0 comments on commit feefbdd

Please sign in to comment.