I'm getting this error message:
scene/gui/text_edit.cpp:4761 - Index p_column = 2 is out of bounds (text[carets[p_caret].selection.selecting_line].length() + 1 = 2).
I don't know what causes it and why, my program works completely fine without problems but I still get this error. what does it mean and what is it trying to tell me?