moved source and text to american spelling
* colour -> color * centre -> center * normalise -> normalize * modelling -> modeling
This commit is contained in:
@@ -240,7 +240,7 @@ static void set_prop_dist(TransInfo *t, short with_dist)
|
||||
if(td->flag & TD_SELECTED) {
|
||||
VecSubf(vec, tob->center, td->center);
|
||||
Mat3MulVecfl(tob->mtx, vec);
|
||||
dist = Normalise(vec);
|
||||
dist = Normalize(vec);
|
||||
if (tob->rdist == -1.0f) {
|
||||
tob->rdist = dist;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user