Fix rank display bug in Construct modes
This commit is contained in:
@@ -57,7 +57,7 @@ return {
|
||||
gc_setColor(COLOR.lX)
|
||||
setFont(20)
|
||||
GC.mStr(text.highest:repD(getConstructGrade(D.maxRankPts)),63,216)
|
||||
GC.mStr(text.highest:repD(D.maxRankPts+1),63,336)
|
||||
GC.mStr(text.highest:repD(D.maxRankPts-1),63,336)
|
||||
end
|
||||
|
||||
if not D.showGuide then return end
|
||||
|
||||
Reference in New Issue
Block a user