Skip to content

Commit 7d77ca9

Browse files
authored
Update circleProgress.inc
1 parent 0ccbab3 commit 7d77ca9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circleProgress.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ stock UpdatePlayerCircleProgress(playerid, id, value) {
149149
Float:preValue = e_CircleDraw[playerid][id][E_CIRCLEDRAW_POLYGONS],
150150
Float:x,
151151
Float:y,
152-
maxvalue = e_CircleDraw[playerid][id][E_CIRCLEDRAW_MAX_VALUE],
152+
maxvalue = floatround(e_CircleDraw[playerid][id][E_CIRCLEDRAW_MAX_VALUE]),
153153
preDraws,
154154
percent,
155155
index;

0 commit comments

Comments
 (0)