diff options
| author | 1029chris <1029chris@gmail.com> | 2016-06-10 12:45:11 -0700 |
|---|---|---|
| committer | 1029chris <1029chris@gmail.com> | 2016-06-10 12:45:11 -0700 |
| commit | c770c88f981ec37a0db43ef8f6427d60c019b52f (patch) | |
| tree | 04fdf8e8209314e24ddcbe1299774e40811e7e5f /main.lua | |
| parent | eb4a05cdae76b1f7a01ea96821e8f13564f4d11c (diff) | |
Finished video player
Diffstat (limited to 'main.lua')
| -rw-r--r-- | main.lua | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -94,7 +94,9 @@ function love.mousereleased(x, y, button) end file.p = false mplay.drag = false + vplay.drag = false mplay.pr = false + vplay.pr = false end function love.draw() if scene == 1 then |
