mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Merge branch 'RenderMeshExampleMatFix' into development for PR #631
This commit is contained in:
commit
43895090fa
|
|
@ -108,6 +108,9 @@ bool RenderMeshExample::onAdd()
|
|||
// Add this object to the scene
|
||||
addToScene();
|
||||
|
||||
// Refresh this object's material (if any)
|
||||
updateMaterial();
|
||||
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue