Successfully read in file
This commit is contained in:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user