Browse Source

Update Mesh.h

Ias0601 8 năm trước cách đây
mục cha
commit
4456b7ca82

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

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