소스 검색

Useful comment.

Malcolm Tyrrell 5 년 전
부모
커밋
170c00eee7
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      include/assimp/ai_assert.h

+ 1 - 0
include/assimp/ai_assert.h

@@ -46,6 +46,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 namespace Assimp
 {
+    // Assert violation behavior can be customized: see AssertHandler.h.
     void aiAssertViolation(const char* failedExpression, const char* file, int line);
 }