Fixed minor problem where track display initially displays track 00 and not track 18
This commit is contained in:
parent
8e9e0a5b28
commit
04640e11e6
1 changed files with 1 additions and 1 deletions
|
@ -869,7 +869,7 @@ void FileBrowser::DisplayStatusBar()
|
|||
u32 y = screenMain->ScaleY(STATUS_BAR_POSITION_Y);
|
||||
|
||||
char bufferOut[128];
|
||||
snprintf(bufferOut, 256, "LED 0 Motor 0 Track 00.0 ATN 0 DAT 0 CLK 0");
|
||||
snprintf(bufferOut, 256, "LED 0 Motor 0 Track 18.0 ATN 0 DAT 0 CLK 0");
|
||||
screenMain->PrintText(false, x, y, bufferOut, RGBA(0, 0, 0, 0xff), RGBA(0xff, 0xff, 0xff, 0xff));
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue