Successfully read in file

This commit is contained in:
2023-03-27 20:43:18 +02:00
parent 50eaedde6a
commit 206c95f295
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) {