Fix 'Nothing' display'
This commit is contained in:
parent
58b85e19b4
commit
7968e37b4e
@ -1409,7 +1409,7 @@ void draw_parts(pixel *vid)
|
|||||||
cb = PIXB(ptypes[t].pcolors);
|
cb = PIXB(ptypes[t].pcolors);
|
||||||
blendpixel(vid, nx, ny, cr, cg, cb, 255);
|
blendpixel(vid, nx, ny, cr, cg, cb, 255);
|
||||||
}
|
}
|
||||||
if(cmode==CM_GRAD)
|
else if(cmode==CM_GRAD)
|
||||||
{
|
{
|
||||||
float frequency = 0.05;
|
float frequency = 0.05;
|
||||||
int q = parts[i].temp;
|
int q = parts[i].temp;
|
||||||
|
Loading…
Reference in New Issue
Block a user