Merge branch 'Regalis11:master' into master

This commit is contained in:
Evil Factory
2022-08-09 13:39:27 -03:00
committed by GitHub
5 changed files with 30 additions and 14 deletions
@@ -4807,7 +4807,7 @@ namespace Barotrauma
/// <summary>
/// GUI.MouseOn doesn't get updated while holding primary mouse and we need it to
/// </summary>
private bool IsMouseOnEditorGUI()
public bool IsMouseOnEditorGUI()
{
if (GUI.MouseOn == null) { return false; }