use specified color

svn-id: r6133
This commit is contained in:
Max Horn 2002-12-25 14:59:33 +00:00
parent 004ea9f8eb
commit 883cf3f60e

View File

@ -191,7 +191,7 @@ void NutRenderer::drawString(char *string, int32 x, int32 y, byte color, int32 m
return;
}
drawChar(string[l], x, y, 0);
drawChar(string[l], x, y, color);
x += getCharWidth(string[l]);
l++;
} while (string[l] != 0);