Kawe Mazidjatari 41f801365a CConsole: fixed color bug when missing newline
* 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.
2022-09-19 20:21:18 +02:00
..
2022-06-20 10:05:32 +02:00
2022-04-24 20:52:40 +02:00
2022-08-22 01:10:18 +02:00
2022-09-02 02:22:39 +02:00