Formatting

This commit is contained in:
Antoine Pilote
2023-07-07 20:38:17 +00:00
parent e5797e9877
commit 609fa312b4

View File

@@ -329,11 +329,11 @@ namespace Nuake {
{
for (Ref<Directory>& d : m_CurrentDirectory->Directories)
{
if (i + 1 % amount != 0)
ImGui::TableNextColumn();
else
ImGui::TableNextRow();
DrawDirectory(d);
i++;
}
@@ -347,6 +347,7 @@ namespace Nuake {
ImGui::TableNextColumn();
else
ImGui::TableNextRow();
DrawFile(f);
i++;
}