Skip to content

Commit 696d63e

Browse files
Fix paint bar focused overlay
1 parent b5b71df commit 696d63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/playback/Bodies.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ export class Body {
275275
this.drawHealthBar(match, overlayCtx)
276276
}
277277
if (focused || config.showPaintBars) {
278-
this.drawPaintBar(match, overlayCtx, config.showHealthBars)
278+
this.drawPaintBar(match, overlayCtx, focused || config.showHealthBars)
279279
}
280280
}
281281
}

0 commit comments

Comments
 (0)