Check for the right extension string in alffplay
This commit is contained in:
@@ -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>(
|
||||
|
||||
Reference in New Issue
Block a user