mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-24 18:17:21 +01:00
Fix an another unused variable found by emscripten.
This commit is contained in:
parent
9912a99675
commit
3b49fd6c70
@ -369,7 +369,7 @@ public:
|
||||
E = N;
|
||||
}
|
||||
|
||||
uint32_t good_triangles = 0;
|
||||
//uint32_t good_triangles = 0;
|
||||
for (uint32_t j = 0; j < triangles.size(); j++) {
|
||||
if (triangles[j].bad) {
|
||||
continue;
|
||||
|
Loading…
Reference in New Issue
Block a user