Update Mesh.h
authorIas0601 <isuru200601@gmail.com>
Thu, 1 Jun 2017 15:41:48 +0000 (21:11 +0530)
committerGitHub <noreply@github.com>
Thu, 1 Jun 2017 15:41:48 +0000 (21:11 +0530)
samples/SimpleTexturedDirectx11/SimpleTexturedDirectx11/Mesh.h

index 985e3cc..e6a644a 100644 (file)
@@ -20,7 +20,7 @@ struct VERTEX {
 \r
 struct Texture {\r
        string type;\r
-       aiString path;\r
+       string path;\r
        ID3D11ShaderResourceView *texture;\r
 };\r
 \r