Fix the ImGuiAssert on the debug tab

This commit is contained in:
Cordelia Mist 2025-12-30 16:15:51 -08:00
parent d110a5ec10
commit 9bac468bf8

View file

@ -186,7 +186,7 @@ public class DebugTab : Window, ITab, IUiService
public void DrawContent()
{
using var child = Child("##DebugTab", -Vector2.One);
using var child = ImUtf8.Child("##DebugTab"u8, -Vector2.One);
if (!child)
return;