Quickly re-enabled drawing of Text object in editmode.

Simple fix... but I am in a three meeting session in Stockholm now, can
not do full tests, hope it works. :)
This commit is contained in:
Ton Roosendaal 2005-10-06 21:43:56 +00:00
parent 9b010e4762
commit 03be0d343d

@ -1601,7 +1601,7 @@ void makeDispListCurveTypes(Object *ob, int forOrco)
ListBase dlbev;
float (*originalVerts)[3];
float (*deformedVerts)[3];
int obedit= (G.obedit && G.obedit->data==ob->data);
int obedit= (G.obedit && G.obedit->data==ob->data && G.obedit->type==OB_CURVE);
ListBase *nubase = obedit?&editNurb:&cu->nurb;
int numVerts;