mirror of
https://github.com/love2d/love.git
synced 2026-08-17 19:23:38 +02:00
Removed more dead video remote code.
This commit is contained in:
@@ -366,7 +366,7 @@ function love.graphics.newVideo(file, loadaudio)
|
||||
elseif loadaudio == true then
|
||||
error("Video had no audio track", 2)
|
||||
else
|
||||
video:getStream():setSync(love.video.newRemote())
|
||||
video:getStream():setSync()
|
||||
end
|
||||
|
||||
return video
|
||||
|
||||
Reference in New Issue
Block a user