diff options
author | Chris Robinson <[email protected]> | 2007-12-14 08:50:54 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-14 08:50:54 -0800 |
commit | 5da394ab617ab7d11e5b11610bb8dd83033e3920 (patch) | |
tree | 545e6c39ac1fe9a8eac429cb8d9209ce3a1584ed /OpenAL32/alState.c | |
parent | 6a0f86a871342e8821076170c9384f50613d8cbb (diff) |
Change renderer string to match the real project name
Diffstat (limited to 'OpenAL32/alState.c')
-rw-r--r-- | OpenAL32/alState.c | 2 |
1 files changed, 1 insertions, 1 deletions
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"; |