diff options
author | Chris Robinson <[email protected]> | 2014-07-05 04:25:37 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-07-05 04:25:37 -0700 |
commit | 5de7271bcd4df9a26301a37ed9cf76ddc6641328 (patch) | |
tree | d2244c537d4b5ba6c981566649ab22759edd9766 /examples | |
parent | ad92181a26ab1cc7c7797d93e90349bd8829e3cd (diff) |
AL_SOFT_source_length is complete
Diffstat (limited to 'examples')
-rw-r--r-- | examples/alffplay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/alffplay.c b/examples/alffplay.c index 762582c4..04df6a83 100644 --- a/examples/alffplay.c +++ b/examples/alffplay.c @@ -1336,7 +1336,7 @@ int main(int argc, char *argv[]) return 1; } - if(!alIsExtensionPresent("AL_SOFTX_source_length")) /* FIXME */ + if(!alIsExtensionPresent("AL_SOFT_source_length")) { fprintf(stderr, "Required AL_SOFT_source_length not supported - exiting\n"); return 1; |