浏览代码

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);
 }