Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
remove accidentally uncommented lod culling testing
Browse files Browse the repository at this point in the history
  • Loading branch information
nblockbuster committed Mar 15, 2022
1 parent 160930b commit bcd80af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ int main(int argc, char* argv[])
submesh->offset.push_back(voff);
//This is very experimental and doesn't work yet.

/*
uint32_t val, amountLOD;
bool bFound = false;
extOff = fileSize -= 4;
Expand Down Expand Up @@ -185,7 +186,7 @@ int main(int argc, char* argv[])
submesh->lodsplit.push_back(split);
j += 1;
}

*/

delete[] data;

Expand Down

0 comments on commit bcd80af

Please sign in to comment.