Fix: point density texture now works with the 'auto name' button

This commit is contained in:
2008-09-28 23:40:36 +00:00
parent 8056705ae9
commit 345dc8eb94

View File

@@ -92,7 +92,7 @@ MTex mtexcopybuf;
char texstr[20][12]= {"None" , "Clouds" , "Wood", "Marble", "Magic" , "Blend",
"Stucci", "Noise" , "Image", "Plugin", "EnvMap" , "Musgrave",
"Voronoi", "DistNoise", "", "", "", "", "", ""};
"Voronoi", "DistNoise", "", "PointDensity", "", "", "", ""};
/* ---------------------------------------------------------------------- */
void test_idbutton_cb(void *namev, void *arg2)