From 267d9caac4eac873a6e56d251ab12ea76488c5da Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 26 Oct 2020 12:21:42 -0700 Subject: [PATCH] Check for the right extension string in alffplay --- examples/alffplay.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/alffplay.cpp b/examples/alffplay.cpp index 57021135..6886a42d 100644 --- a/examples/alffplay.cpp +++ b/examples/alffplay.cpp @@ -1940,7 +1940,7 @@ int main(int argc, char *argv[]) ); } #ifdef AL_SOFT_events - if(alIsExtensionPresent("AL_SOFTX_events")) + if(alIsExtensionPresent("AL_SOFT_events")) { std::cout<< "Found AL_SOFT_events" <(