mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-26 08:49:37 +00:00
Corrects typo.
This commit is contained in:
parent
9d12ca691f
commit
cc7ff1ec9e
@ -272,7 +272,7 @@ void CRT::advance_cycles(int number_of_cycles, bool hsync_requested, bool vsync_
|
|||||||
colour_burst_amplitude_);
|
colour_burst_amplitude_);
|
||||||
}
|
}
|
||||||
|
|
||||||
// if this is vertical retrace then adcance a field
|
// if this is vertical retrace then advance a field
|
||||||
if(next_run_length == time_until_vertical_sync_event && next_vertical_sync_event == Flywheel::SyncEvent::EndRetrace) {
|
if(next_run_length == time_until_vertical_sync_event && next_vertical_sync_event == Flywheel::SyncEvent::EndRetrace) {
|
||||||
if(delegate_) {
|
if(delegate_) {
|
||||||
frames_since_last_delegate_call_++;
|
frames_since_last_delegate_call_++;
|
||||||
|
Loading…
Reference in New Issue
Block a user