Merge remote-tracking branch 'upstream/master' into develop
This commit is contained in:
@@ -928,5 +928,12 @@ namespace Barotrauma
|
||||
DebugConsole.ThrowError($"GUITextBox: Invalid selection: ({exception})");
|
||||
}
|
||||
}
|
||||
|
||||
public void ResetDelegates()
|
||||
{
|
||||
OnKeyHit = null;
|
||||
OnEnterPressed = null;
|
||||
OnTextChanged = null;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user