Skip to content

Commit

Permalink
Remove private method
Browse files Browse the repository at this point in the history
  • Loading branch information
henneboy committed Dec 6, 2024
1 parent 9f04318 commit 497fa8c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ public IEnumerator TestConscientiousReactiveBuildingMap()
{
InitializeTestingSimulator();
_maes.SimulationManager.AttemptSetPlayState(Maes.UI.SimulationPlayState.FastAsPossible);
return RunSimulationUntilFinished();
}

private IEnumerator RunSimulationUntilFinished()
{
while (!_simulation.HasFinishedSim())
{
yield return null;
Expand Down
5 changes: 0 additions & 5 deletions Assets/PlayModeTests/PatrollingSimulatorCaveMapTestTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,6 @@ public IEnumerator TestConscientiousReactiveCaveMap()
{
InitializeTestingSimulator();
_maes.SimulationManager.AttemptSetPlayState(Maes.UI.SimulationPlayState.FastAsPossible);
return RunSimulationUntilFinished();
}

private IEnumerator RunSimulationUntilFinished()
{
while (!_simulation.HasFinishedSim())
{
yield return null;
Expand Down

0 comments on commit 497fa8c

Please sign in to comment.