浏览代码

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

正在加载...
取消
保存