Better engine exception for scripting

This commit is contained in:
Simon Lübeß
2025-07-30 18:58:26 +02:00
parent 72e87ee9ad
commit ed644b5b41
6 changed files with 74 additions and 36 deletions
+3 -2
View File
@@ -259,7 +259,8 @@ class LogWindow : EditorWindow
ImGui.TableNextColumn();
if (ImGui.BeginChild("Message", .Zero, .None, .None))
ImGui.BeginGroup();
{
// Timestamp
ImGui.TextWrapped($"[{message.Timestamp:HH:mm:ss.fff}]");
@@ -310,7 +311,7 @@ class LogWindow : EditorWindow
}
}
ImGui.EndChild();
ImGui.EndGroup();
if (ImGui.IsItemHovered() && ImGui.IsMouseDoubleClicked(.Left))
{