Skip to content

Commit

Permalink
Merge branch 'master' into pd-upscaler
Browse files Browse the repository at this point in the history
  • Loading branch information
praydog committed May 26, 2024
2 parents bb032ff + 654bac5 commit a1e3cfa
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 @@ -3485,14 +3485,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 a1e3cfa

Please sign in to comment.