thekla_atlas: Fix compilation error

Bug introduced in 65fb961b8b.
This commit is contained in:
Rémi Verschelde 2017-12-09 18:52:19 +01:00
parent f012ba6436
commit 690c05e6c2

View file

@ -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: