Update IRRLoader.h

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

View File

@ -48,7 +48,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#ifndef AI_IRRLOADER_H_INCLUDED
#define AI_IRRLOADER_H_INCLUDED
#include "IRR/IRRShared.h"
#include "Irr/IRRShared.h"
#include "Common/Importer.h"
#include <assimp/SceneCombiner.h>