Actually do the fix in profiler right

This commit is contained in:
Colton G. Rushton 2021-02-12 11:50:09 -04:00 committed by GitHub
parent e08ab71cb5
commit 7265a27973
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -89,10 +89,10 @@ void draw_profiler_bar(OSTime clockBase, OSTime clockStart, OSTime clockEnd, s16
}
#else
if (rectX1 > 320) {
clockStart = 320;
rectX1 = 320;
}
if (rectX2 > 320) {
clockEnd = 320;
rectX2 = 320;
}
#endif