Fix BackendVase typo

This commit is contained in:
Chris Robinson
2019-10-07 22:42:54 -07:00
parent 9b411cfcbe
commit f0fa6c6baf
+1 -1
View File
@@ -30,7 +30,7 @@ BackendBase::BackendBase(ALCdevice *device) noexcept : mDevice{device}
BackendBase::~BackendBase() = default;
bool BackendBase::reset()
{ throw al::backend_exception{ALC_INVALID_VALUE, "Invalid BackendVase call"}; }
{ throw al::backend_exception{ALC_INVALID_DEVICE, "Invalid BackendBase call"}; }
ALCenum BackendBase::captureSamples(al::byte*, ALCuint)
{ return ALC_INVALID_DEVICE; }