diff options
-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 231e2192..a7dc1006 100644 --- a/OpenAL32/alState.c +++ b/OpenAL32/alState.c @@ -48,7 +48,7 @@ static const ALchar alErrInvalidOp[] = "Invalid Operation"; static const ALchar alErrOutOfMemory[] = "Out of Memory"; /* Resampler strings */ -static const ALchar alPointResampler[] = "Zero-Order Hold (Point)"; +static const ALchar alPointResampler[] = "Nearest"; static const ALchar alLinearResampler[] = "Linear"; static const ALchar alSinc4Resampler[] = "4-Point Sinc"; static const ALchar alBSincResampler[] = "Band-limited Sinc (12/24)"; |