From 613be346449b5420de616978d22c82ed16baa5c5 Mon Sep 17 00:00:00 2001 From: Chris B <1029chris@gmail.com> Date: Sat, 11 Jun 2016 16:53:56 -0700 Subject: Fixed a bug --- viewer.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viewer.lua b/viewer.lua index e5021e2..26074ca 100644 --- a/viewer.lua +++ b/viewer.lua @@ -94,7 +94,7 @@ function updateVideo() vplay.p = true win[8].update = true vplay.pr = true - elseif mouseClick(win[8].x+8+38+38,win[8].y+win[8].h-34-8,32,32) == true and vplay.m ~= 0 and vplay.pr == false then + elseif mouseClick(win[8].x+8+38+38,win[8].y+win[8].h-34-8,32,32) == true and vplay.v ~= 0 and vplay.pr == false then vplay.v:seek(0) vplay.v:pause() vplay.p = false -- cgit