interlacing mode

This commit is contained in:
h4570
2022-07-24 23:03:48 +02:00
parent 7c1ab0bfaa
commit c1f88d2f15
5 changed files with 29 additions and 17 deletions
+1 -1
View File
@@ -113,7 +113,7 @@ void H4570::init() {
blocks[i].color = Color(128.0F, 128.0F, 128.0F, 128.0F);
}
engine->audio.playSong();
// engine->audio.playSong();
engine->renderer.setFrameLimit(false);
}