Skip to content

Commit

Permalink
update Spline to 1.7.1
Browse files Browse the repository at this point in the history
patch fixing bug.

avoid some possible divisions by zero if a section is zero length.
  • Loading branch information
Hapaxia committed Feb 19, 2025
1 parent 4140763 commit ecc6d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SelbaWard/Spline.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
namespace selbaward
{

// SW Spline v1.7.0
// SW Spline v1.7.1
class Spline : public sf::Drawable
{
public:
Expand Down

0 comments on commit ecc6d4e

Please sign in to comment.