- added 'Textured Solid' to the Draw mode popup (DKEY).

This commit is contained in:
Simon Clitherow 2003-07-17 19:25:36 +00:00
parent 8a02f82636
commit 93c9ed32b7

@ -816,7 +816,7 @@ void winqreadview3dspace(ScrArea *sa, void *spacedata, BWinEvent *evt)
imagestodisplist();
}
else {
pupval= pupmenu("Draw mode%t|BoundBox %x1|Wire %x2|OpenGL Solid %x3|Shaded Solid %x4");
pupval= pupmenu("Draw mode%t|BoundBox %x1|Wire %x2|OpenGL Solid %x3|Shaded Solid %x4|Textured Solid %x5");
if(pupval>0) {
G.vd->drawtype= pupval;
doredraw= 1;