mirror of
https://github.com/HarbourMasters/SpaghettiKart
synced 2026-06-12 13:35:52 -04:00
Forgot to uncomment stuff while testing
This commit is contained in:
+2
-2
@@ -1892,7 +1892,7 @@ void render_player_ice_reflection(Player* player, s8 playerId, s8 screenId, s8 a
|
||||
}
|
||||
|
||||
// @port: Tag the transform.
|
||||
//FrameInterpolation_RecordOpenChild("PlayerReflection", playerId);
|
||||
FrameInterpolation_RecordOpenChild("PlayerReflection", playerId);
|
||||
|
||||
mtxf_translate_rotate(mtx, sp9C, sp94);
|
||||
mtxf_scale(mtx, gCharacterSize[player->characterId] * player->size);
|
||||
@@ -1923,7 +1923,7 @@ void render_player_ice_reflection(Player* player, s8 playerId, s8 screenId, s8 a
|
||||
gMatrixEffectCount += 1;
|
||||
|
||||
// @port Pop the transform id.
|
||||
//FrameInterpolation_RecordCloseChild();
|
||||
FrameInterpolation_RecordCloseChild();
|
||||
}
|
||||
|
||||
void render_player(Player* player, s8 playerId, s8 screenId) {
|
||||
|
||||
Reference in New Issue
Block a user