소스 검색

thekla_atlas: Fix compilation error

Bug introduced in 65fb961b8b2c81ce33c9e0e4c0add7b13da0193a.
Rémi Verschelde 7 년 전
부모
커밋
690c05e6c2
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      thirdparty/thekla_atlas/nvmesh/param/Atlas.h

+ 1 - 1
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: