Same but for Game Manager events
This commit is contained in:
parent
63155237c8
commit
919320470b
|
@ -138,6 +138,7 @@ namespace RhythmHeavenMania
|
||||||
for (int i = 0; i < gameManagerEntities.Count; i++)
|
for (int i = 0; i < gameManagerEntities.Count; i++)
|
||||||
{
|
{
|
||||||
eventCaller.CallEvent(gameManagerEntities[i].datamodel);
|
eventCaller.CallEvent(gameManagerEntities[i].datamodel);
|
||||||
|
currentEvent++;
|
||||||
}
|
}
|
||||||
|
|
||||||
for (int i = 0; i < entitesAtSameBeat.Count; i++)
|
for (int i = 0; i < entitesAtSameBeat.Count; i++)
|
||||||
|
@ -154,7 +155,7 @@ namespace RhythmHeavenMania
|
||||||
currentEvent++;
|
currentEvent++;
|
||||||
}
|
}
|
||||||
|
|
||||||
currentEvent += gameManagerEntities.Count;
|
// currentEvent += gameManagerEntities.Count;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue