mirror of
https://github.com/love2d/love.git
synced 2026-08-14 10:13:46 +02:00
Make seek and tell thread-safe (bug #245)
This commit is contained in:
@@ -105,7 +105,7 @@ namespace null
|
||||
{
|
||||
}
|
||||
|
||||
float Source::tell(Source::Unit) const
|
||||
float Source::tell(Source::Unit)
|
||||
{
|
||||
return 0.0f;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user