Skip to content

Commit

Permalink
A little more cleanup, oops
Browse files Browse the repository at this point in the history
  • Loading branch information
DeltaDesigns committed Nov 8, 2023
1 parent 6902f22 commit 919c783
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Charm/ActivityMapEntityView.xaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@ private void PopulateEntityList(List<FileHash> dataTables, Dictionary<ulong, str

Parallel.ForEach(dataTables, data =>
{
Console.WriteLine($"{data}");
Tag<SMapDataTable> entries = FileResourcer.Get().GetSchemaTag<SMapDataTable>(data);
entries.TagData.DataEntries.ForEach(entry =>
{
Expand Down Expand Up @@ -420,7 +419,6 @@ private static void ExtractDataTables(List<FileHash> dataTables, string hash, st
break;

case CubemapResource cubemap:
Console.WriteLine($"{dataTable.Hash}");
dynamicScene.AddCubemap(cubemap);
break;

Expand Down

0 comments on commit 919c783

Please sign in to comment.