Преглед на файлове

Update core_automation_events.c

pull/3472/head
Ray преди 1 година
родител
ревизия
98fcbe3fe2
променени са 1 файла, в които са добавени 2 реда и са изтрити 1 реда
  1. +2
    -1
      examples/core/core_automation_events.c

+ 2
- 1
examples/core/core_automation_events.c Целия файл

@ -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++;

Зареждане…
Отказ
Запис