Skip to content

Commit

Permalink
Merge wardenlaser
Browse files Browse the repository at this point in the history
  • Loading branch information
MSWS committed Feb 4, 2024
2 parents c8c8b87 + 641dc85 commit 262669e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/Jailbreak.Public/Extensions/VectorExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public static Vector Clone(this Vector vector)
};
return vec;
}

public static Vector Add(this Vector vector, Vector other)
{
vector.X += other.X;
Expand Down

0 comments on commit 262669e

Please sign in to comment.