From c4a8193e4beb039d486d2a4a74e715581c342464 Mon Sep 17 00:00:00 2001 From: Alexander Gessler Date: Sun, 17 Feb 2013 20:25:30 +0100 Subject: [PATCH] - fix a typo. --- code/BlenderLoader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/BlenderLoader.cpp b/code/BlenderLoader.cpp index c175c719f..cef6ffad3 100644 --- a/code/BlenderLoader.cpp +++ b/code/BlenderLoader.cpp @@ -472,7 +472,7 @@ void BlenderImporter::ResolveTexture(aiMaterial* out, const Material* mat, const return; } - // We can't support most of the texture types because the're mostly procedural. + // We can't support most of the texture types because they're mostly procedural. // These are substituted by a dummy texture. const char* dispnam = ""; switch( rtex->type )