From 06df14202d50716d8fe76ff9033523a670dd6b7f Mon Sep 17 00:00:00 2001 From: Radovan Karadzic Date: Tue, 24 Jul 2018 01:37:35 +0200 Subject: [PATCH] Fix for fullscreen --- cinema/gamemode/modules/theater/cl_draw.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/cinema/gamemode/modules/theater/cl_draw.lua b/cinema/gamemode/modules/theater/cl_draw.lua index 65c3290..be2548e 100644 --- a/cinema/gamemode/modules/theater/cl_draw.lua +++ b/cinema/gamemode/modules/theater/cl_draw.lua @@ -163,6 +163,7 @@ function DrawFullscreen() if Fullscreen then + surface.SetDrawColor( 0, 0, 0, 255 ) draw.HTMLTexture( ActivePanel(), ScrW(), ScrH() ) if LastInfoDraw + InfoDrawDelay > CurTime() then