Skip to content

Commit

Permalink
more glitch adjustments
Browse files Browse the repository at this point in the history
  • Loading branch information
geneotech committed Aug 4, 2024
1 parent 548d6fd commit 00fd5dc
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/application/setups/test_scene_setup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,13 @@ bool test_scene_setup::post_solve(const const_logic_step step) {
}
}

if (cosm.get_total_steps_passed() >= 4) {
#if PLATFORM_WEB
const auto steps_until_start_watching_player = 4;
#else
const auto steps_until_start_watching_player = 1;
#endif

if (cosm.get_total_steps_passed() >= steps_until_start_watching_player) {
range_entry_portal = {};
}

Expand Down

0 comments on commit 00fd5dc

Please sign in to comment.