Skip to content

Commit

Permalink
Quick Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebane1 committed Nov 7, 2023
1 parent 04baf7e commit 1263e2e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LooseTextureCompilerCore
2 changes: 1 addition & 1 deletion OtterGui
Submodule OtterGui updated 1 files
+5 −0 ArrayExtensions.cs
2 changes: 1 addition & 1 deletion Penumbra.GameData
2 changes: 1 addition & 1 deletion Penumbra/Import/Textures/TextureDrawer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ private static void DrawData(Texture texture)
ImGuiUtil.DrawTableColumn("Format");
ImGuiUtil.DrawTableColumn(t.Header.Format.ToString());
ImGuiUtil.DrawTableColumn("Mip Levels");
ImGuiUtil.DrawTableColumn(t.Header.MipLevelsCount.ToString());
ImGuiUtil.DrawTableColumn(t.Header.MipLevels.ToString());
ImGuiUtil.DrawTableColumn("Data Size");
ImGuiUtil.DrawTableColumn($"{Functions.HumanReadableSize(t.ImageData.Length)} ({t.ImageData.Length} Bytes)");
break;
Expand Down

0 comments on commit 1263e2e

Please sign in to comment.