change: rebuilt grapple
This commit is contained in:
@@ -140,10 +140,8 @@ namespace Reset.Core.Tools{
|
||||
try {
|
||||
AddOnOverlay(pageName, sourceName);
|
||||
Instance.values[$"{pageName}/{sourceName}"].text = newValue;
|
||||
throw;
|
||||
} catch (Exception exception) {
|
||||
Debug.LogError($"Failed to both update an existing or create a new debug overlay: {exception.Message}" );
|
||||
throw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user