3D Audio GSoC:

Temporary fix for MSVC.
This commit is contained in:
Joerg Mueller
2011-06-15 18:52:52 +00:00
parent f8212f4e03
commit 49f7a4d8f8

View File

@@ -75,7 +75,7 @@ void AUD_ReverseReader::read(int & length, sample_t* buffer)
const AUD_Specs specs = getSpecs();
const int samplesize = AUD_SAMPLE_SIZE(specs);
sample_t temp[specs.channels];
sample_t temp[10];
int len = length;