From 27c9461aadd0a66749d9d056f8e909cf682672f8 Mon Sep 17 00:00:00 2001 From: Kim Kulling Date: Tue, 9 Oct 2018 11:56:30 +0200 Subject: [PATCH] Update SplitLargeMeshes.cpp Fix typo. --- code/SplitLargeMeshes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/SplitLargeMeshes.cpp b/code/SplitLargeMeshes.cpp index b9634e3f9..3b127d6b9 100644 --- a/code/SplitLargeMeshes.cpp +++ b/code/SplitLargeMeshes.cpp @@ -69,7 +69,7 @@ bool SplitLargeMeshesProcess_Triangle::IsActive( unsigned int pFlags) const { // ------------------------------------------------------------------------------------------------ // Executes the post processing step on the given imported data. void SplitLargeMeshesProcess_Triangle::Execute( aiScene* pScene) { - if (0xffffffff == this->LIMIT || nullprt == pScene ) { + if (0xffffffff == this->LIMIT || nullptr == pScene ) { return; }