Radovan Karadzic
Results
1
comments of
Radovan Karadzic
Issue solved. Replicate this line from the world screen draw: https://github.com/pixeltailgames/cinema/blob/cc2d90a4b0635ddf103eb09b565eab3e4cbecf8b/cinema/gamemode/modules/theater/cl_draw.lua#L71 Into the `DrawFullscreen()` function, round abouts here: https://github.com/pixeltailgames/cinema/blob/cc2d90a4b0635ddf103eb09b565eab3e4cbecf8b/cinema/gamemode/modules/theater/cl_draw.lua#L165 Potentially an engine-level race condition with `surface.SetDrawColour()` or DirectX/OpenGL equivalents (GlColor4f/shaders/etc.),...