mirror of
https://github.com/love2d/love.git
synced 2026-08-14 01:20:56 +02:00
Rework source updates, do clean stopping of streaming sources once they end. (bug #295)
This commit is contained in:
@@ -77,8 +77,9 @@ namespace null
|
||||
return true;
|
||||
}
|
||||
|
||||
void Source::update()
|
||||
bool Source::update()
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
void Source::setPitch(float pitch)
|
||||
|
||||
Reference in New Issue
Block a user