(2e0e45e1f) Updated: Localization
This commit is contained in:
@@ -69,7 +69,6 @@ namespace Barotrauma.Extensions
|
||||
/// </summary>
|
||||
public static Vector2 TransformVector(this Vector2 v, Vector2 up)
|
||||
{
|
||||
up = Vector2.Normalize(up);
|
||||
return (up * v.Y) + (up.Right() * v.X);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user