changed priority

This commit is contained in:
Jared Bruni
2020-05-19 02:11:00 -07:00
parent d5a67ae67c
commit a45a36f23b

View File

@@ -42,8 +42,8 @@ void Playback::Play() {
stop = false; stop = false;
} }
} }
//start(LowPriority); start(LowPriority);
start(HighPriority); //start(HighPriority);
} }
void Playback::setPngPath(std::string path) { void Playback::setPngPath(std::string path) {