[hardware_test] Fix VBlank test

This commit is contained in:
Léa Saviot
2019-04-12 15:19:09 +02:00
parent 7d8e527d51
commit 197e056d3a

View File

@@ -29,9 +29,6 @@ bool VBlankTestController::handleEvent(Ion::Events::Event event) {
}
void VBlankTestController::viewWillAppear() {
for (int i=0; i<6; i++) {
Ion::Display::waitForVBlank();
}
m_view.vBlankStateTextView()->setText(k_vBlankLaunchTest);
}