FModifier drawing typo:

All F-Modifiers were had their RNA pointers initialised as "Function Generator" modifiers when drawing.
This commit is contained in:
Joshua Leung
2010-02-12 09:42:34 +00:00
parent 97c70ee593
commit d26e71c2f0

View File

@@ -594,7 +594,7 @@ void ANIM_uiTemplate_fmodifier_draw (uiLayout *layout, ID *id, ListBase *modifie
PointerRNA ptr;
/* init the RNA-pointer */
RNA_pointer_create(id, &RNA_FModifierFunctionGenerator, fcm, &ptr);
RNA_pointer_create(id, &RNA_FModifier, fcm, &ptr);
/* draw header */
{