Skip to content

Commit

Permalink
VR (DD2): Fix landscape not rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed May 26, 2024
1 parent 1a70aa3 commit 654bac5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mods/VR.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3062,14 +3062,17 @@ void VR::on_end_rendering(void* entry) {
"UpdateMovie", // Causes movies to play twice as fast if ran again
"UpdateSpeedTree",
"UpdateHansoft",
"UpdatePuppet",
// The dynamics stuff causes a cloth physics step in the right eye
"BeginRenderingDynamics",
"BeginDynamics",
"EndRenderingDynamics",
"EndDynamics",
"EndPhysics",
"RenderDynamics",
#ifndef DD2
"RenderLandscape",
#endif
"DevelopRenderer",
"DrawWidget"
};
Expand Down

0 comments on commit 654bac5

Please sign in to comment.