Update Mesh.h

pull/1291/head
Ias0601 2017-06-01 21:11:48 +05:30 committed by GitHub
parent 514244ffc2
commit 4456b7ca82
1 changed files with 1 additions and 1 deletions

View File

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