Successfully read in file

This commit is contained in:
Jaby
2023-03-27 20:43:18 +02:00
parent 2582d6ea21
commit 0add2f5794
3 changed files with 9 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ namespace JabyEngine {
auto* sector = sector_allocator.allocate_sector();
if(sector) {
//Now obtain sector
//read_sector_to(*sector);
read_sector_to(*sector);
sectors_left--;
if(sectors_left == 0) {