remove debug text
This commit is contained in:
parent
5b3377d364
commit
0ed8f57566
@ -831,11 +831,6 @@ void menuLoop(void) {
|
|||||||
menu->curEntry = clamp(round(-((double) menu->xPos / layoutobj->posEnd[0])), 0, menu->nEntries);
|
menu->curEntry = clamp(round(-((double) menu->xPos / layoutobj->posEnd[0])), 0, menu->nEntries);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Debug Text for Slide Speed
|
|
||||||
//char array[20];
|
|
||||||
//sprintf(array, "Slide Speed: %i", menu->slideSpeed);
|
|
||||||
//DrawText(layoutobj->font, 640, 60, themeCurrent.textColor, array);
|
|
||||||
|
|
||||||
menuEntry_s *active_entry = NULL;
|
menuEntry_s *active_entry = NULL;
|
||||||
|
|
||||||
// Draw menu entries
|
// Draw menu entries
|
||||||
|
Loading…
Reference in New Issue
Block a user