Almost there...

This commit is contained in:
Ottermandias 2022-04-18 16:14:13 +02:00
parent f3b906007d
commit 65bd1d1b52
59 changed files with 4733 additions and 6194 deletions

View file

@ -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 )