rate up
0
rate down
Loading a model
I setup a script to load a model void InitiateModel() { if (!LoadMD5Model(L"Female.md5mesh", NewMD5Model, meshSRV, textureNameArray)) return false; if (!LoadMD5Anim(L"Female.md5anim", NewMD5Model)) return false; } I keep getting this error E0120 return value type does not match the function type
Sign in to answer!