update
This commit is contained in:
1
app.cpp
1
app.cpp
@@ -236,7 +236,6 @@ int gymTrackerLogWorkToday(Arena *arena, Exercise exercise) {
|
|||||||
WorkSummary summary = workSummaryForExercise(todaysEntries, exercise);
|
WorkSummary summary = workSummaryForExercise(todaysEntries, exercise);
|
||||||
print("Total work today for %S:\n%.2fkg in ~%.2fmin.\n", exercise.name, summary.totalWork, (real32)summary.restTime / 60.0f);
|
print("Total work today for %S:\n%.2fkg in ~%.2fmin.\n", exercise.name, summary.totalWork, (real32)summary.restTime / 60.0f);
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
return statusCode;
|
return statusCode;
|
||||||
|
|||||||
2
djstdlib
2
djstdlib
Submodule djstdlib updated: 827f324acc...e9290ba9f2
Reference in New Issue
Block a user