Basis RotationQuat should be public.

(cherry picked from commit a676b8ea66)
This commit is contained in:
Ricardo Alcantara 2020-09-24 00:59:54 -03:00 committed by Rémi Verschelde
parent 1dcbcaaa0d
commit 197b375b89
No known key found for this signature in database
GPG key ID: C3336907360768E1

View file

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