mirror of
https://github.com/Relintai/pandemonium_engine.git
synced 2025-01-27 11:29:19 +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;
|
E = N;
|
||||||
}
|
}
|
||||||
|
|
||||||
uint32_t good_triangles = 0;
|
//uint32_t good_triangles = 0;
|
||||||
for (uint32_t j = 0; j < triangles.size(); j++) {
|
for (uint32_t j = 0; j < triangles.size(); j++) {
|
||||||
if (triangles[j].bad) {
|
if (triangles[j].bad) {
|
||||||
continue;
|
continue;
|
||||||
|
Loading…
Reference in New Issue
Block a user