mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
* Fixed bug where the in-game console could not color the line when no newline was found. * Changed behavior to only newline when: '\n' has been found, or the context has changed (using a print without newline will continue to print on the same line in the console). * Pass ImVec4 parameter in 'CTextLogger::InsertTextAt' by reference.