summaryrefslogtreecommitdiff
path: root/thirdparty/thekla_atlas/nvmesh
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/thekla_atlas/nvmesh')
-rw-r--r--thirdparty/thekla_atlas/nvmesh/param/Atlas.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/thirdparty/thekla_atlas/nvmesh/param/Atlas.h b/thirdparty/thekla_atlas/nvmesh/param/Atlas.h
index 0398bd905c..41cfaea9cb 100644
--- a/thirdparty/thekla_atlas/nvmesh/param/Atlas.h
+++ b/thirdparty/thekla_atlas/nvmesh/param/Atlas.h
@@ -64,7 +64,7 @@ namespace nv
// Pack charts in the smallest possible rectangle.
float packCharts(int quality, float texelArea, bool blockAlign, bool conservative);
- bool setFailed() { failed = true; }
+ void setFailed() { failed = true; }
bool hasFailed() const { return failed; }
private: