mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
Fixed wave sound playback by using a different wave reader library (thanks Boolsheet!)
Resolves issue #25.
This commit is contained in:
@@ -83,8 +83,8 @@ bool ModPlugDecoder::accepts(const std::string &ext)
|
||||
"699", "abc", "amf", "ams", "dbm", "dmf",
|
||||
"dsm", "far", "it", "j2b", "mdl", "med",
|
||||
"mid", "mod", "mt2", "mtm", "okt", "pat",
|
||||
"psm", "s3m", "stm", "ult", "umx", "wav",
|
||||
"xm", ""
|
||||
"psm", "s3m", "stm", "ult", "umx", "xm",
|
||||
""
|
||||
};
|
||||
|
||||
for (int i = 0; !(supported[i].empty()); i++)
|
||||
|
||||
Reference in New Issue
Block a user