Merge pull request #42293 from ricardoalcantara/fix_basis_csharp

Basis RotationQuat should be public.
This commit is contained in:
Rémi Verschelde 2020-09-24 08:16:24 +02:00 committed by GitHub
commit a6bb4f70e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -207,7 +207,7 @@ namespace Godot
}
}
internal Quat RotationQuat()
public Quat RotationQuat()
{
Basis orthonormalizedBasis = Orthonormalized();
real_t det = orthonormalizedBasis.Determinant();