Skip to content

Commit

Permalink
Update LevelLoop.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
knela96 committed Dec 15, 2019
1 parent 2c390ab commit a9cdeaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Police Station Simulator/Assets/Scripts/LevelLoop.cs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ void Update()
//Resets the counter to show all possible agents

//Changes the cycle of day and night
if (cycle >= 20)
if (cycle >= 120)
{
office_lt.Stop();
if (!day)
Expand Down

0 comments on commit a9cdeaf

Please sign in to comment.