Check for the right extension string in alffplay

This commit is contained in:
Chris Robinson 2020-10-26 12:21:42 -07:00
parent dfb6d70902
commit 267d9caac4

View File

@ -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>(