mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Trivially fixed. Appears to confirm an off-by-one error in the television implementation. Which would explain one of the visual phenomena — a repeating corrupted line.
This commit is contained in:
parent
b90a487a16
commit
6f52ed14d6
@ -145,7 +145,7 @@ void OpenGLOutputBuilder::draw_frame(unsigned int output_width, unsigned int out
|
||||
prepare_composite_input_shader();
|
||||
prepare_source_vertex_array();
|
||||
|
||||
// prepare_composite_output_shader();
|
||||
prepare_composite_output_shader();
|
||||
prepare_rgb_output_shader();
|
||||
prepare_output_vertex_array();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user