Skip to content

Commit ce9df1f

Browse files
committed
Ultrawide (Pragmata): Remove black bars in cutscenes
1 parent 63dd83e commit ce9df1f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/mods/Graphics.cpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -645,6 +645,12 @@ bool Graphics::on_pre_gui_draw_element(REComponent* gui_element, void* primitive
645645
return false;
646646
#endif
647647

648+
#if defined(PRAGMATA)
649+
case "ui0420Gui"_fnv: // Black bars in cutscenes
650+
game_object->shouldDraw = false;
651+
return false;
652+
#endif
653+
648654
default:
649655
break;
650656
}

0 commit comments

Comments
 (0)