diff options
author | Chris Robinson <[email protected]> | 2017-03-10 05:05:25 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-03-10 05:05:25 -0800 |
commit | 51cb969446baad21d688a26e01b01c383c63c660 (patch) | |
tree | 3d0bd5f8bc003e7ef9d9f5ca323e591938242bc9 /Alc | |
parent | b878769ee0ea36fc5f0b855edc9017166570186f (diff) |
Fix building on MSVC
Diffstat (limited to 'Alc')
-rw-r--r-- | Alc/nfcfilter.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/nfcfilter.c b/Alc/nfcfilter.c index c27ea705..21957975 100644 --- a/Alc/nfcfilter.c +++ b/Alc/nfcfilter.c @@ -45,7 +45,7 @@ */ static const float B[4][3] = { - { }, + { 0.0f }, { 1.0f }, { 3.0f, 3.0f }, { 3.6778f, 6.4595f, 2.3222f }, |