Change renderer string to match the real project name

This commit is contained in:
Chris Robinson
2007-12-14 08:50:54 -08:00
parent 6a0f86a871
commit 5da394ab61
+1 -1
View File
@@ -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";