1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-06 01:28:57 +00:00

The final line runs on a diagonal. Leave room for that.

This commit is contained in:
Thomas Harte 2016-04-11 23:13:14 -04:00
parent 2cc72169ff
commit d100c755b7

View File

@ -362,6 +362,7 @@ Outputs::CRT::Rect CRT::get_rect_for_area(int first_line_after_sync, int number_
{
first_cycle_after_sync *= _time_multiplier;
number_of_cycles *= _time_multiplier;
number_of_lines++;
// determine prima facie x extent
unsigned int horizontal_period = _horizontal_flywheel->get_standard_period();