mirror of
https://github.com/Llennpie/Saturn.git
synced 2025-01-22 15:43:05 -05:00
:D
This commit is contained in:
parent
9d91dfd6f9
commit
db7439bac2
1 changed files with 2 additions and 1 deletions
|
@ -761,7 +761,8 @@ void saturn_keyframe_camera_popout(string value_name, string id) {
|
|||
|
||||
ImGui::SameLine();
|
||||
if (ImGui::Button(buttonLabel.c_str())) {
|
||||
float dist, yaw, pitch;
|
||||
float dist;
|
||||
s16 pitch, yaw;
|
||||
vec3f_copy(freezecamPos, gCamera->pos);
|
||||
vec3f_get_dist_and_angle(gCamera->pos, gCamera->focus, &dist, &pitch, &yaw);
|
||||
freezecamYaw = yaw;
|
||||
|
|
Loading…
Reference in a new issue