mirror of
https://github.com/DerTyp7/harvestdale-unity.git
synced 2025-10-30 13:07:10 +01:00
interactable
This commit is contained in:
@@ -40,7 +40,7 @@ public class TimeManager : MonoBehaviour
|
||||
// Increase minute
|
||||
Minute++;
|
||||
OnMinuteChanged?.Invoke();
|
||||
if (Minute >= 60)
|
||||
if (Minute >= 59)
|
||||
{
|
||||
// Increase hour
|
||||
Hour++;
|
||||
|
||||
Reference in New Issue
Block a user