Skip to content

Commit

Permalink
Update profile.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
talkincheap authored Oct 3, 2024
1 parent 05754d0 commit b036816
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/canvas/eventsmode-profile/profile.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ async function drawRoundedProgressBar(
y: number,
width: number,
height: number,
progress: number, // progress от 0 до 100
progress: number, // progress from 0 to 100
borderRadius: number,
) {
const normalizedProgress = Math.max(0, Math.min(progress, 100)) / 100;
Expand Down

0 comments on commit b036816

Please sign in to comment.