mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-07-16 14:27:28 +00:00
Fixed formatting.
This commit is contained in:
parent
b3e7776ff2
commit
21bde35e61
|
@ -144,6 +144,7 @@ namespace OpenTK
|
||||||
|
|
||||||
#region public void Mult()
|
#region public void Mult()
|
||||||
|
|
||||||
|
[Obsolete]
|
||||||
/// <summary>Multiply this instance by a scalar.</summary>
|
/// <summary>Multiply this instance by a scalar.</summary>
|
||||||
/// <param name="f">Scalar operand.</param>
|
/// <param name="f">Scalar operand.</param>
|
||||||
public void Mult(float f)
|
public void Mult(float f)
|
||||||
|
|
Loading…
Reference in a new issue