Skip to content

Commit

Permalink
VR (Kunitsu-Gami): Fix weird black bars
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Jul 21, 2024
1 parent 324c26a commit e3a7af0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/mods/VR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2393,6 +2393,11 @@ bool VR::on_pre_gui_draw_element(REComponent* gui_element, void* primitive_conte
return false;
#endif

#if TDB_VER >= 73
case "ui0199"_fnv: // weird black bars in Kunitsu-Gami
return false;
#endif

default:
break;
};
Expand Down

0 comments on commit e3a7af0

Please sign in to comment.