mirror of
https://github.com/love2d/love.git
synced 2026-08-20 12:40:20 +02:00
Warning fix as in bug #188
This commit is contained in:
@@ -38,7 +38,7 @@ namespace lullaby
|
|||||||
process_single();
|
process_single();
|
||||||
seek(0);
|
seek(0);
|
||||||
bufferSize = 256 * getBits() * getChannels() * 2;
|
bufferSize = 256 * getBits() * getChannels() * 2;
|
||||||
delete[] buffer;
|
delete[] (char*) buffer;
|
||||||
buffer = new char[bufferSize];
|
buffer = new char[bufferSize];
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user