mirror of
https://github.com/xivdev/Penumbra.git
synced 2025-12-14 20:54:16 +01:00
Almost there...
This commit is contained in:
parent
f3b906007d
commit
65bd1d1b52
59 changed files with 4733 additions and 6194 deletions
|
|
@ -157,6 +157,8 @@ public unsafe partial class ResourceLoader
|
|||
=> IterateResourceMap( resourceMap, action ) ) );
|
||||
}
|
||||
|
||||
// Update the list of currently replaced resources.
|
||||
// Only used when the Replaced Resources Tab in the Debug tab is open.
|
||||
public void UpdateDebugInfo()
|
||||
{
|
||||
for( var i = 0; i < _debugList.Count; ++i )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue