[Math] Replaced tab characters with spaces
This commit is contained in:
parent
e4fd62c0ff
commit
d292d44b90
1 changed files with 1 additions and 1 deletions
|
@ -1505,7 +1505,7 @@ namespace OpenTK
|
|||
vec.X *= scale.X;
|
||||
vec.Y *= scale.Y;
|
||||
vec.Z *= scale.Z;
|
||||
vec.W *= scale.W;
|
||||
vec.W *= scale.W;
|
||||
return vec;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue