From 9573b415a33a7cb5bc8076920b6a5a8257426a02 Mon Sep 17 00:00:00 2001 From: Alex Szpakowski Date: Sun, 13 Dec 2015 21:45:59 -0400 Subject: [PATCH] Whoops... --- src/modules/graphics/opengl/wrap_Video.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/graphics/opengl/wrap_Video.lua b/src/modules/graphics/opengl/wrap_Video.lua index 5c1033701..739f376a0 100644 --- a/src/modules/graphics/opengl/wrap_Video.lua +++ b/src/modules/graphics/opengl/wrap_Video.lua @@ -35,7 +35,6 @@ end function Video:setSource(source) self:_setSource(source) self:getStream():setSync(source) - end end function Video:play()