Merge branch 'RenderMeshExampleMatFix' into development for PR #631

This commit is contained in:
Daniel Buckmaster 2014-04-25 12:57:00 +10:00
commit 43895090fa

View file

@ -108,6 +108,9 @@ bool RenderMeshExample::onAdd()
// Add this object to the scene
addToScene();
// Refresh this object's material (if any)
updateMaterial();
return true;
}