Browse Source

Update Mesh.h

Ias0601 8 years ago
parent
commit
4456b7ca82
1 changed files with 1 additions and 1 deletions
  1. 1 1
      samples/SimpleTexturedDirectx11/SimpleTexturedDirectx11/Mesh.h

+ 1 - 1
samples/SimpleTexturedDirectx11/SimpleTexturedDirectx11/Mesh.h

@@ -20,7 +20,7 @@ struct VERTEX {
 
 struct Texture {
 	string type;
-	aiString path;
+	string path;
 	ID3D11ShaderResourceView *texture;
 };