mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-12 10:17:22 +01:00
Fix resolvecontext issue.
This commit is contained in:
parent
a14347f73a
commit
bf90725dd2
1 changed files with 1 additions and 1 deletions
|
|
@ -440,7 +440,7 @@ internal unsafe partial record ResolveContext(
|
||||||
if (Global.Nodes.TryGetValue((path, (nint)kdbHandle), out var cached))
|
if (Global.Nodes.TryGetValue((path, (nint)kdbHandle), out var cached))
|
||||||
return cached;
|
return cached;
|
||||||
|
|
||||||
var node = CreateNode(ResourceType.Phyb, 0, kdbHandle, path, false);
|
var node = CreateNode(ResourceType.Kdb, 0, kdbHandle, path, false);
|
||||||
if (Global.WithUiData)
|
if (Global.WithUiData)
|
||||||
node.FallbackName = "KineDriver Module";
|
node.FallbackName = "KineDriver Module";
|
||||||
Global.Nodes.Add((path, (nint)kdbHandle), node);
|
Global.Nodes.Add((path, (nint)kdbHandle), node);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue