Aggiustato deriva offset

This commit is contained in:
2026-06-02 16:44:46 +02:00
parent 28abf04232
commit 21f43f8bce
86 changed files with 7207 additions and 7874 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ void rigidbody::setRot(const Vector3 Nrot){
if (Nrot.size() != 3) throw "Vel vector must be 3 in lenght!";
int i = 0;
for (_Float16 axis : Nrot){
for (float axis : Nrot){
rot[i] = axis;
i++;
}