Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed Jul 19, 2024
1 parent b7963be commit 337b942
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Jazz2/Actors/Weapons/FreezerShot.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ namespace Jazz2::Actors::Weapons
debris.Pos = Vector2f(_pos.X + dx, _pos.Y + dy);
debris.Depth = _renderer.layer();
debris.Size = Vector2f(currentSize, currentSize);
debris.Acceleration = Vector2f(0.0f, _levelHandler->Gravity);
debris.Acceleration = Vector2f(0.0f, _levelHandler->Gravity());

debris.Scale = 1.2f,
debris.Alpha = 1.0f;
Expand Down

0 comments on commit 337b942

Please sign in to comment.