Removed GUITextBlock.caretAt

Just a leftover of something I tried to implement but never got around to finishing.
This commit is contained in:
juanjp600
2017-03-07 13:56:12 -03:00
parent 49b440208c
commit 7c6032e3fc

View File

@@ -14,7 +14,6 @@ namespace Barotrauma
protected Vector2 origin;
protected Vector2 caretPos;
protected int caretAt;
protected Color textColor;