mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-09-03 10:41:30 -04:00
add missing rotate x coord
This commit is contained in:
@@ -530,7 +530,7 @@ void FrameInterpolation_RecordMarker(const char* file, int line) {
|
||||
if (!is_recording)
|
||||
return;
|
||||
|
||||
// append(Op::Marker).marker = { file, line };
|
||||
append(Op::Marker).marker = { file, line };
|
||||
}
|
||||
|
||||
void FrameInterpolation_RecordMatrixPop(Mat4* matrix) {
|
||||
|
||||
@@ -333,6 +333,7 @@ void func_802B5794(Mat4 mtx, Vec3f from, Vec3f to) {
|
||||
|
||||
// create a rotation matrix around the x axis
|
||||
void mtxf_rotate_x(Mat4 mat, s16 angle) {
|
||||
FrameInterpolation_RecordMatrixRotate1Coord(&mat, 0, angle);
|
||||
f32 sin_theta = sins(angle);
|
||||
f32 cos_theta = coss(angle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user