The current onRenderOverlay does not take into account how much text has been rendered on the debug overlay beforehand, and requires manual config changes when there's an overlap.
This PR changes the way that event callback works, and instead makes it add the debug info to the built-in debug text rendering system of forge, which makes it seamlessly append itself to any existing debug info that's already there.
The current onRenderOverlay does not take into account how much text has been rendered on the debug overlay beforehand, and requires manual config changes when there's an overlap.
This PR changes the way that event callback works, and instead makes it add the debug info to the built-in debug text rendering system of forge, which makes it seamlessly append itself to any existing debug info that's already there.