mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 04:34:19 +01:00
Fix nullptr crashes
This commit is contained in:
parent
3785a629ce
commit
9aae2210a2
2 changed files with 2 additions and 2 deletions
2
OtterGui
2
OtterGui
|
|
@ -1 +1 @@
|
||||||
Subproject commit 5224ac538b1a7c0e86e7d2ceaf652d8d807888ae
|
Subproject commit 0eaf7655123bd6502456e93d6ae9593249d3f792
|
||||||
|
|
@ -67,7 +67,7 @@ public partial class MtrlTab
|
||||||
private static void DrawLegacyColorTableHeader(bool hasDyeTable)
|
private static void DrawLegacyColorTableHeader(bool hasDyeTable)
|
||||||
{
|
{
|
||||||
ImGui.TableNextColumn();
|
ImGui.TableNextColumn();
|
||||||
ImUtf8.TableHeader(default(ReadOnlySpan<byte>));
|
ImUtf8.TableHeader(""u8);
|
||||||
ImGui.TableNextColumn();
|
ImGui.TableNextColumn();
|
||||||
ImUtf8.TableHeader("Row"u8);
|
ImUtf8.TableHeader("Row"u8);
|
||||||
ImGui.TableNextColumn();
|
ImGui.TableNextColumn();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue