Return the number of properties written

This commit is contained in:
Chris Robinson
2015-09-24 10:45:34 -07:00
parent ef43370927
commit 83659db996
+1 -1
View File
@@ -2885,7 +2885,7 @@ static ALCsizei GetIntegerv(ALCdevice *device, ALCenum param, ALCsizei size, ALC
case ALC_HRTF_STATUS_SOFT:
values[0] = device->Hrtf_Status;
break;
return 1;
default:
alcSetError(device, ALC_INVALID_ENUM);