mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-12 18:27:23 +01:00
Fix ShowStructInternal ImGui crash (#2127)
This commit is contained in:
parent
f3db18962f
commit
7a52cb85db
1 changed files with 0 additions and 1 deletions
|
|
@ -1202,7 +1202,6 @@ public static class Util
|
||||||
|
|
||||||
if (tree.Success)
|
if (tree.Success)
|
||||||
{
|
{
|
||||||
ImGui.PopStyleColor();
|
|
||||||
foreach (var f in obj.GetType()
|
foreach (var f in obj.GetType()
|
||||||
.GetFields(BindingFlags.Static | BindingFlags.Public | BindingFlags.Instance))
|
.GetFields(BindingFlags.Static | BindingFlags.Public | BindingFlags.Instance))
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue