You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-13 13:31:48 +00:00
committed by
Hein-Pieter van Braam
parent
3a430e46b9
commit
a29680c25a
@@ -206,13 +206,13 @@ namespace Godot
|
||||
}
|
||||
else
|
||||
{
|
||||
euler.x = Mathf.PI * 0.5f;
|
||||
euler.x = Mathf.Pi * 0.5f;
|
||||
euler.y = -Mathf.Atan2(-m[0, 1], m[0, 0]);
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
euler.x = -Mathf.PI * 0.5f;
|
||||
euler.x = -Mathf.Pi * 0.5f;
|
||||
euler.y = -Mathf.Atan2(-m[0, 1], m[0, 0]);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user