Merge pull request #147 from TheBB/multisampling-voyager-ext
Fix asset filename in multisampling
This commit is contained in:
commit
59fbf41e31
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ public:
|
||||||
|
|
||||||
void loadMeshes()
|
void loadMeshes()
|
||||||
{
|
{
|
||||||
loadMesh(getAssetPath() + "models/voyager/voyager.obj", &meshes.example, vertexLayout, 1.0f);
|
loadMesh(getAssetPath() + "models/voyager/voyager.dae", &meshes.example, vertexLayout, 1.0f);
|
||||||
}
|
}
|
||||||
|
|
||||||
void setupVertexDescriptions()
|
void setupVertexDescriptions()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue