- Fix typo

This commit is contained in:
Magnus Norddahl 2017-09-21 04:39:40 +02:00
parent 59ee89b622
commit afdeed305b
1 changed files with 1 additions and 1 deletions

View File

@ -905,7 +905,7 @@ struct TVector4
X = vec_t(X * scale);
Y = vec_t(Y * scale);
Z = vec_t(Z * scale);
w = vec_t(W * scale);
W = vec_t(W * scale);
}
return *this;
}