Orange bugfix: regular materials did not show textures...

This commit is contained in:
Ton Roosendaal
2006-01-05 14:53:26 +00:00
parent 465ff56d96
commit fbe9a17138

View File

@@ -3411,9 +3411,9 @@ void texture_panels()
ma= NULL;
else {
ma= editnode_get_active_material(ma);
if(ma) mtex= ma->mtex[ ma->texact ];
}
}
if(ma) mtex= ma->mtex[ ma->texact ];
}
}
else if(G.buts->texfrom==1) {