mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-01-23 06:51:04 +00:00
[Math] Replaced tab characters with spaces
This commit is contained in:
parent
e4fd62c0ff
commit
d292d44b90
|
@ -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