Font Renderer|Client: Font id=0 is never used so don't search
Evidently the game HUD drawer repeatedly attempts to set the current font with id #0, resulting in a performance issue due to exception throwing as a result.
In this special case we can simply avoid searching.
Font Renderer|Client: Font id=0 is never used so don't search
Evidently the game HUD drawer repeatedly attempts to set the current
font with id #0, resulting in a performance issue due to exception
throwing as a result.
In this special case we can simply avoid searching.