mirror of
https://github.com/love2d/love.git
synced 2026-08-16 08:11:02 +02:00
Fixed a SoundData constructor to compile in Visual C++ 2010
This commit is contained in:
@@ -57,6 +57,8 @@ public:
|
||||
|
||||
private:
|
||||
|
||||
void load(int samples, int sampleRate, int bitDepth, int channels, void *newData = 0);
|
||||
|
||||
char *data;
|
||||
int size;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user