mirror of
https://github.com/love2d/love.git
synced 2026-08-16 00:02:12 +02:00
Merged default into minor
--HG-- branch : minor
This commit is contained in:
@@ -42,8 +42,9 @@ love::audio::Source *Source::clone()
|
||||
return this;
|
||||
}
|
||||
|
||||
void Source::play()
|
||||
bool Source::play()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void Source::stop()
|
||||
|
||||
Reference in New Issue
Block a user