Fix memory leak in Editor when using material parameter query

This commit is contained in:
Wojtek Figat
2026-02-11 23:29:36 +01:00
parent d4a7b3074e
commit 15f379e87f

View File

@@ -163,6 +163,7 @@ namespace FlaxEditor.Surface
}
}
}
surface.Dispose();
}
}