mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-14 05:34:38 -04:00
mirror minimap
This commit is contained in:
@@ -456,6 +456,12 @@ void dRenderingFDAmap_c::preRenderingMap() {
|
||||
GXSetClipMode(GX_CLIP_ENABLE);
|
||||
setTevSettingNonTextureDirectColor();
|
||||
f32 right = field_0x8 * 0.5f;
|
||||
#if TARGET_PC
|
||||
if (dusk::getSettings().game.enableMirrorMode) {
|
||||
right = field_0x8 * -0.5f;
|
||||
}
|
||||
#endif
|
||||
|
||||
f32 top = field_0xc * 0.5f;
|
||||
Mtx44 matrix;
|
||||
C_MTXOrtho(matrix, top, -top, -right, right, 0.0f, 10000.0f);
|
||||
|
||||
Reference in New Issue
Block a user