This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
Browse Source
* examples/aafire.c:
+ Render cacafire at full speed.
tags/v0.99.beta14
Sam Hocevar
sam
21 years ago
parent
bf4ff1e254
commit
21930711cd
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
examples/aafire.c
+ 1
- 1
examples/aafire.c
View File
@@ -104,7 +104,7 @@ initialize (void)
printf ("Failed to initialize libcaca\n");
exit (1);
}
caca_set_delay(
2000
0);
caca_set_delay(0);
#else
context = aa_autoinit (&aa_defparams);
if (context == NULL)
Write
Preview
Loading…
Cancel
Save