Handwriting fixes

This commit is contained in:
furrtek 2016-05-11 01:03:42 +02:00
parent a42f5beb9b
commit b4a113be59
9 changed files with 176 additions and 110 deletions

View file

@ -172,6 +172,7 @@ LoadModuleView::LoadModuleView(
if (ViewID == 1) nav.push<XylosView>();
if (ViewID == 2) nav.push<LCRView>();
if (ViewID == 3) nav.push<SoundBoardView>();
if (ViewID == 10) nav.push<AnalogAudioView>();
} else {
nav.pop();