mirror of
https://github.com/HarbourMasters/Starship
synced 2026-05-23 06:54:39 -04:00
Tag OptionCardFrame
This commit is contained in:
@@ -3491,6 +3491,9 @@ void Option_DrawMenuCard(OptionCardFrame arg0) {
|
||||
|
||||
Matrix_Push(&gGfxMatrix);
|
||||
|
||||
// @port: Tag the transform.
|
||||
FrameInterpolation_RecordOpenChild("MenuCard", (u32) & arg0);
|
||||
|
||||
Matrix_Translate(gGfxMatrix, arg0.x, arg0.y, arg0.z, MTXF_APPLY);
|
||||
Matrix_Scale(gGfxMatrix, arg0.xScale, arg0.yScale, 1.0f, MTXF_APPLY);
|
||||
Matrix_RotateX(gGfxMatrix, M_DTOR * 90.0f, MTXF_APPLY);
|
||||
@@ -3501,6 +3504,9 @@ void Option_DrawMenuCard(OptionCardFrame arg0) {
|
||||
|
||||
Matrix_Pop(&gGfxMatrix);
|
||||
|
||||
// @port Pop the transform id.
|
||||
FrameInterpolation_RecordCloseChild();
|
||||
|
||||
Lib_InitPerspective(&gMasterDisp);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user