1
0
mirror of https://github.com/TomHarte/CLK.git synced 2026-04-21 02:17:08 +00:00

Makes first reintroduction of colour composite decoding.

This commit is contained in:
Thomas Harte
2018-11-24 22:30:39 -05:00
parent 6c92853461
commit cf49603a9e
3 changed files with 44 additions and 13 deletions
+1 -1
View File
@@ -102,7 +102,7 @@ ScanTarget::~ScanTarget() {
}
void ScanTarget::set_modals(Modals modals) {
modals.display_type = DisplayType::CompositeMonochrome;
modals.display_type = DisplayType::CompositeColour;
modals_ = modals;