diff options
Diffstat (limited to 'examples')
-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>( |