diff options
author | Chris Robinson <[email protected]> | 2020-10-26 12:21:42 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2020-10-26 12:21:42 -0700 |
commit | 267d9caac4eac873a6e56d251ab12ea76488c5da (patch) | |
tree | 5f4440480c0ebd298fd4356a2dc00b2b46794a7c /examples/alffplay.cpp | |
parent | dfb6d7090266d95ba0b4c4d083f2c789481553d8 (diff) |
Check for the right extension string in alffplay
Diffstat (limited to 'examples/alffplay.cpp')
-rw-r--r-- | examples/alffplay.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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" <<std::endl; alEventControlSOFT = reinterpret_cast<LPALEVENTCONTROLSOFT>( |