summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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");