Skip to content

Commit

Permalink
Fix other games failing to compile
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed Apr 29, 2024
1 parent 30ec831 commit e441354
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mods/Graphics.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,12 @@ void Graphics::on_frame() {
m_disable_gui->toggle();
}

#if TDB_VER >= 69
if (m_ray_tracing_tweaks->value()) {
setup_path_trace_hook();
apply_ray_tracing_tweaks();
}
#endif
}

void Graphics::on_draw_ui() {
Expand Down

0 comments on commit e441354

Please sign in to comment.