mirror of
https://github.com/RHeavenStudioPlus/HeavenStudioPlus.git
synced 2024-11-10 11:45:09 +00:00
Same but for Game Manager events
This commit is contained in:
parent
63155237c8
commit
919320470b
1 changed files with 2 additions and 1 deletions
|
@ -138,6 +138,7 @@ namespace RhythmHeavenMania
|
|||
for (int i = 0; i < gameManagerEntities.Count; i++)
|
||||
{
|
||||
eventCaller.CallEvent(gameManagerEntities[i].datamodel);
|
||||
currentEvent++;
|
||||
}
|
||||
|
||||
for (int i = 0; i < entitesAtSameBeat.Count; i++)
|
||||
|
@ -154,7 +155,7 @@ namespace RhythmHeavenMania
|
|||
currentEvent++;
|
||||
}
|
||||
|
||||
currentEvent += gameManagerEntities.Count;
|
||||
// currentEvent += gameManagerEntities.Count;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue