mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2025-10-30 08:01:01 +00:00
Fix mirror
This commit is contained in:
parent
1148dd0ea0
commit
3e6fd0829a
1 changed files with 2 additions and 2 deletions
|
|
@ -774,9 +774,9 @@ Gfx* geo_render_mirror_mario(s32 callContext, struct GraphNode* node, UNUSED Mat
|
||||||
gMirrorMario[i].pos[0] = mirroredX + MIRROR_X;
|
gMirrorMario[i].pos[0] = mirroredX + MIRROR_X;
|
||||||
gMirrorMario[i].angle[1] = -gMirrorMario[i].angle[1];
|
gMirrorMario[i].angle[1] = -gMirrorMario[i].angle[1];
|
||||||
gMirrorMario[i].scale[0] *= -1.0f;
|
gMirrorMario[i].scale[0] *= -1.0f;
|
||||||
((struct GraphNode *) &gMirrorMario)->flags |= 1;
|
gMirrorMario[i].node.flags |= GRAPH_RENDER_ACTIVE;
|
||||||
} else {
|
} else {
|
||||||
((struct GraphNode *) &gMirrorMario)->flags &= ~1;
|
gMirrorMario[i].node.flags &= ~GRAPH_RENDER_ACTIVE;
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue