- fix typo

This commit is contained in:
Magnus Norddahl 2019-03-02 21:12:50 +01:00 committed by Christoph Oelckers
parent 0f184a0f28
commit ef30ddbd40
1 changed files with 1 additions and 1 deletions

View File

@ -681,7 +681,7 @@ struct TVector4
// Test for equality
bool operator== (const TVector4 &other) const
{
return X == other.X && Y == other.Y && Z == other.Z && W = other.W;
return X == other.X && Y == other.Y && Z == other.Z && W == other.W;
}
// Test for inequality