Modifiers: fix copy paste mistake in recent refactor

This commit is contained in:
Jacques Lucke 2020-06-08 11:01:16 +02:00
parent 1f6d1213d2
commit 4d168e0b8c
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ static void panel_draw(const bContext *C, Panel *panel)
static void panelRegister(ARegionType *region_type)
{
modifier_panel_register(region_type, eModifierType_Mask, panel_draw);
modifier_panel_register(region_type, eModifierType_Simulation, panel_draw);
}
ModifierTypeInfo modifierType_Simulation = {