summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Bergli Heier <snakebite@jvnv.net>2010-02-28 00:20:16 +0100
committerJon Bergli Heier <snakebite@jvnv.net>2010-02-28 00:20:16 +0100
commit57d953100cc5db0be34d345f335dc8190f9028f8 (patch)
tree4849806cebb84f8d9d0002a285999064068b51ef
parent7f14589b639b6ad9f0ec405b9a6e86118075f9fe (diff)
Fixed texture filename.
-rwxr-xr-xassimp.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/assimp.cpp b/assimp.cpp
index c00c96b..f5aab14 100755
--- a/assimp.cpp
+++ b/assimp.cpp
@@ -48,7 +48,7 @@ class FiskPattern : public Pattern {
std::cerr << "Failed to import model." << std::endl << importer->GetErrorString() << std::endl;
}
- Texture* tex_face = new TextureSDL("TEWI_face_01.bmp");
+ Texture* tex_face = new TextureSDL("Tewi_face_01.bmp");
Texture* tex_hair = new TextureSDL("TEWI_Hair_01.bmp");
Texture* tex_body = new TextureSDL("TEWI_Body_01.bmp");
Texture* tex_hair2 = new TextureSDL("TEWI_Hair_02.bmp");