Update IRRLoader.cpp

fix case-sensitive typo.
pull/2506/head
Kim Kulling 2019-06-12 10:25:11 +02:00 committed by GitHub
parent e914b9531b
commit 66f693a6a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef ASSIMP_BUILD_NO_IRR_IMPORTER
#include "IRR/IRRLoader.h"
#include "Irr/IRRLoader.h"
#include "Common/Importer.h"
#include <assimp/ParsingUtils.h>