浏览代码

Update Mesh.h

Ias0601 8 年之前
父节点
当前提交
4456b7ca82
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      samples/SimpleTexturedDirectx11/SimpleTexturedDirectx11/Mesh.h

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

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