GRAPHICS: colour -> color
svn-id: r54287
This commit is contained in:
parent
5ceb54d088
commit
dbddd758d1
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue