Rewrite to IMGUI

This commit is contained in:
Krzosa Karol
2024-07-05 15:24:58 +02:00
parent e23a7b9c02
commit 0dd6289509
16 changed files with 969 additions and 3277 deletions

View File

@@ -200,7 +200,6 @@ FileIter IterateFiles(Allocator alo, String path) {
return it;
}
Assert(it.w32->data.cFileName[0] == '.' && it.w32->data.cFileName[1] == 0);
Advance(&it);
return it;
}