change: rebuilt grapple

This commit is contained in:
Chris
2025-08-30 01:08:23 -04:00
parent a018b8ba21
commit 7d1ee7da7d
15 changed files with 201 additions and 101 deletions

View File

@@ -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;
}
}
}