Fixes small typos and grammar correction
This commit is contained in:
parent
adf233ed04
commit
91181c2086
98 changed files with 198 additions and 197 deletions
|
|
@ -1115,7 +1115,7 @@ real_t Tween::tell() const {
|
|||
|
||||
// For each interpolation...
|
||||
for (const List<InterpolateData>::Element *E = interpolates.front(); E; E = E->next()) {
|
||||
// Get the data and figure out if it's position is further along than the previous ones
|
||||
// Get the data and figure out if its position is further along than the previous ones
|
||||
const InterpolateData &data = E->get();
|
||||
if (data.elapsed > pos) {
|
||||
// Save it if so
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue