Skip to content

Commit

Permalink
Ultrawide (MHWilds): Fix crashes/weird behavior
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Nov 2, 2024
1 parent 7d927ec commit 2a4e246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mods/Graphics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#elif defined(RE4)
#include "sdk/regenny/re4/via/Window.hpp"
#include "sdk/regenny/re4/via/SceneView.hpp"
#elif defined(DD2)
#elif defined(DD2) || TDB_VER >= 74 // TODO: Actually make headers for TDB74
#include "sdk/regenny/dd2/via/Window.hpp"
#include "sdk/regenny/dd2/via/SceneView.hpp"
#else
Expand Down

0 comments on commit 2a4e246

Please sign in to comment.