소스 검색

* examples/aafire.c:

+ Render cacafire at full speed.
tags/v0.99.beta14
Sam Hocevar sam 21 년 전
부모
커밋
21930711cd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      examples/aafire.c

+ 1
- 1
examples/aafire.c 파일 보기

@@ -104,7 +104,7 @@ initialize (void)
printf ("Failed to initialize libcaca\n");
exit (1);
}
caca_set_delay(20000);
caca_set_delay(0);
#else
context = aa_autoinit (&aa_defparams);
if (context == NULL)


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