Pārlūkot izejas kodu

Update core_automation_events.c

pull/3472/head
Ray pirms 1 gada
vecāks
revīzija
98fcbe3fe2
1 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. +2
    -1
      examples/core/core_automation_events.c

+ 2
- 1
examples/core/core_automation_events.c Parādīt failu

@ -241,7 +241,8 @@ int main(void)
if (eventPlaying)
{
if (playFrameCounter >= aelist.events[currentPlayFrame].frame)
// NOTE: Multiple events could be executed in a single frame
while (playFrameCounter == aelist.events[currentPlayFrame].frame)
{
PlayAutomationEvent(aelist.events[currentPlayFrame]);
currentPlayFrame++;

Notiek ielāde…
Atcelt
Saglabāt