fix angles

This commit is contained in:
2026-02-16 09:55:01 -08:00
parent 4d0b441ad9
commit c95f4fb17d

View File

@@ -76,6 +76,6 @@ impl PlaybackHead{
let angles1=vector3_to_glam(&event1.event.angles);
let angles=angles0.lerp(angles1,t);
(p+crate::bot::Bot::CAMERA_OFFSET,-angles.yx())
(p+crate::bot::Bot::CAMERA_OFFSET,angles.yx())
}
}