renders all text in buffer and clears buffer. USUALLY CALL THIS TO RENDER TEXT
| 513 | |
| 514 | // renders all text in buffer and clears buffer. USUALLY CALL THIS TO RENDER TEXT |
| 515 | void grtext_Flush() { |
| 516 | grtext_Render(); |
| 517 | grtext_Reset(); |
| 518 | } |
| 519 | |
| 520 | // renders all text but DOESN'T flush buffer |
| 521 | void grtext_Render() { |
no test coverage detected