mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-11 15:22:16 +00:00
- Fix typo
This commit is contained in:
parent
59ee89b622
commit
afdeed305b
1 changed files with 1 additions and 1 deletions
|
@ -905,7 +905,7 @@ struct TVector4
|
||||||
X = vec_t(X * scale);
|
X = vec_t(X * scale);
|
||||||
Y = vec_t(Y * scale);
|
Y = vec_t(Y * scale);
|
||||||
Z = vec_t(Z * scale);
|
Z = vec_t(Z * scale);
|
||||||
w = vec_t(W * scale);
|
W = vec_t(W * scale);
|
||||||
}
|
}
|
||||||
return *this;
|
return *this;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue