Debuffs' cooldowns are in the 'charging' group
warbaby opened this issue ยท 3 comments
This is why some cc font size is too small.
OmniCC/core/timer.lua:42
self.charging = self.cooldown:GetDrawEdge()
better change to :
self.charging = not self.cooldown:GetDrawSwipe()
come across this bug since BfA, only happens with ouf unitframe's aura
@warbaby 's solution works