소스 검색

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

불러오는 중...
취소
저장