Browse Source

Useful comment.

Malcolm Tyrrell 5 years ago
parent
commit
170c00eee7
1 changed files with 1 additions and 0 deletions
  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
 namespace Assimp
 {
 {
+    // Assert violation behavior can be customized: see AssertHandler.h.
     void aiAssertViolation(const char* failedExpression, const char* file, int line);
     void aiAssertViolation(const char* failedExpression, const char* file, int line);
 }
 }