GRAPHICS: colour -> color

svn-id: r54287
This commit is contained in:
Max Horn 2010-11-17 12:21:37 +00:00
parent 5ceb54d088
commit dbddd758d1

View file

@ -114,7 +114,7 @@ void makeRectStretchable(int &x, int &y, int &w, int &h) {
int m = real2Aspect(y) % 6;
// Ensure that the rect will start on a line that won't have its
// colours changed by the stretching function.
// colors changed by the stretching function.
if (m != 0 && m != 5) {
y -= m;
h += m;