Oops, uncommented function that was commented by accident.

This commit is contained in:
Foxar
2021-04-23 15:44:54 +02:00
parent ea49543542
commit 247e71a407
+1 -1
View File
@@ -66,7 +66,7 @@ void BmpLoader::load(Texture &o_texture, char *t_subfolder, char *t_name, char *
unsigned char row[rowPadded]; unsigned char row[rowPadded];
//Offset file stream to raster data //Offset file stream to raster data
//fseek(file, dataOffset, SEEK_SET); fseek(file, dataOffset, SEEK_SET);
u32 x = 0; u32 x = 0;
for (u32 i = 0; i < height; i++) for (u32 i = 0; i < height; i++)