Fix animated textures not working on animated meshes. FIxes #2432
This commit is contained in:
parent
40e193e415
commit
3de922bc19
@ -492,6 +492,10 @@ void TrackObjectPresentationMesh::init(const XMLNode* xml_node,
|
|||||||
m_frame_end = node->getEndFrame();
|
m_frame_end = node->getEndFrame();
|
||||||
if (xml_node)
|
if (xml_node)
|
||||||
xml_node->get("frame-end", &m_frame_end);
|
xml_node->get("frame-end", &m_frame_end);
|
||||||
|
|
||||||
|
if (World::getWorld() && World::getWorld()->getTrack() && xml_node)
|
||||||
|
World::getWorld()->getTrack()
|
||||||
|
->handleAnimatedTextures(m_node, *xml_node);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user