Fully disable AUD's FFTW3 usage.

This commit is contained in:
2010-10-24 00:09:23 +00:00
parent 2d9be2226a
commit 1de1d6537e
7 changed files with 10 additions and 13 deletions

View File

@@ -6139,8 +6139,7 @@ void draw_object(Scene *scene, ARegion *ar, View3D *v3d, Base *base, int flag)
/* patch for several 3d cards (IBM mostly) that crash on glSelect with text drawing */
/* but, we also dont draw names for sets or duplicators */
if(flag == 0) {
float zero[3]= {0,0,0};
view3d_cached_text_draw_add(zero, ob->id.name+2, 10, 0);
view3d_cached_text_draw_add((float [3]){0,0,0}, ob->id.name+2, 10, 0);
}
}
/*if(dtx & OB_DRAWIMAGE) drawDispListwire(&ob->disp);*/