mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/PCK-Studio.git
synced 2026-07-18 13:38:28 +00:00
GameModelImporter - Update Debug message in 'TraverseChildren'
This commit is contained in:
@@ -102,7 +102,7 @@ namespace PckStudio.Internal
|
||||
{
|
||||
if (!outliners.ContainsKey(item.Key))
|
||||
{
|
||||
Debug.WriteLine($"{item.Key} not in {nameof(outliners)}.");
|
||||
Debug.WriteLine($"{nameof(item.Key)}: '{item.Key}' not in {nameof(outliners)}.");
|
||||
continue;
|
||||
}
|
||||
Outline partentOutline = outliners[item.Key];
|
||||
@@ -121,7 +121,7 @@ namespace PckStudio.Internal
|
||||
{
|
||||
if (!outliners.ContainsKey(key))
|
||||
{
|
||||
Debug.WriteLine($"{key} not in {nameof(outliners)}.");
|
||||
Debug.WriteLine($"{nameof(key)}: '{key}' not in {nameof(outliners)}.");
|
||||
continue;
|
||||
}
|
||||
childOutline = outliners[key];
|
||||
|
||||
Reference in New Issue
Block a user