Skip to content

Commit

Permalink
Merge pull request #42293 from ricardoalcantara/fix_basis_csharp
Browse files Browse the repository at this point in the history
Basis RotationQuat should be public.
  • Loading branch information
akien-mga authored Sep 24, 2020
2 parents 1e37695 + a676b8e commit a6bb4f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mono/glue/GodotSharp/GodotSharp/Core/Basis.cs
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public Vector3 this[int column]
}
}

internal Quat RotationQuat()
public Quat RotationQuat()
{
Basis orthonormalizedBasis = Orthonormalized();
real_t det = orthonormalizedBasis.Determinant();
Expand Down

0 comments on commit a6bb4f7

Please sign in to comment.