edit_texture: Fix build

This commit is contained in:
Ryan Pavlik 2019-12-05 14:59:41 -06:00
parent b6bfd9d3a0
commit f0c3fbefa4

View File

@ -47,6 +47,7 @@ MeshEditInterface* EditTextureFactory::getMeshEditInterface(QAction *action)
{
return new EditTexturePlugin();
} else assert(0); //should never be asked for an action that isn't here
return nullptr;
}
QString EditTextureFactory::getEditToolDescription(QAction *)