mirror of
https://github.com/xivdev/Penumbra.git
synced 2026-02-08 00:44:41 +01:00
Fix the ImGuiAssert on the debug tab
This commit is contained in:
parent
d110a5ec10
commit
9bac468bf8
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue