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