From 7c6032e3fc24ba88e0da5df7684caae0f0715aa2 Mon Sep 17 00:00:00 2001 From: juanjp600 Date: Tue, 7 Mar 2017 13:56:12 -0300 Subject: [PATCH] Removed GUITextBlock.caretAt Just a leftover of something I tried to implement but never got around to finishing. --- Subsurface/Source/GUI/GUITextBlock.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/Subsurface/Source/GUI/GUITextBlock.cs b/Subsurface/Source/GUI/GUITextBlock.cs index 493461e04..133af328d 100644 --- a/Subsurface/Source/GUI/GUITextBlock.cs +++ b/Subsurface/Source/GUI/GUITextBlock.cs @@ -14,7 +14,6 @@ namespace Barotrauma protected Vector2 origin; protected Vector2 caretPos; - protected int caretAt; protected Color textColor;