瀏覽代碼

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 {
 	string type;
-	aiString path;
+	string path;
 	ID3D11ShaderResourceView *texture;
 };