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