1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-07-01 14:29:51 +00:00

Removes untrue comment.

This commit is contained in:
Thomas Harte 2019-12-27 22:51:11 -05:00
parent 5026de9653
commit 2757e5d600

View File

@ -698,10 +698,6 @@ void Video::VideoStream::output_pixels(int duration) {
shift(leftover_duration);
crt_.output_data(leftover_duration);
}
// Duration will be at most 32, since this will need to be interspersed with load() calls.
// Therefore it's always safe to assume that if a buffer is allocated, then it's big enough,
// provided it is flushed fairly proactively.
}
void Video::VideoStream::flush_pixels() {