diff --git a/OpenAL32/alState.c b/OpenAL32/alState.c index ca6d749a..ee3281ec 100644 --- a/OpenAL32/alState.c +++ b/OpenAL32/alState.c @@ -26,7 +26,7 @@ static const ALchar alVendor[] = "OpenAL Community"; static const ALchar alVersion[] = "1.1"; -static const ALchar alRenderer[] = "OpenAL Sample Implementation"; +static const ALchar alRenderer[] = "OpenAL Soft"; // Error Messages static const ALchar alNoError[] = "No Error";