mirror of
https://github.com/Ryujinx/Opentk.git
synced 2025-08-26 06:41:03 +00:00
Fixed formatting.
This commit is contained in:
parent
3fb4df13fb
commit
6b79a2d251
|
@ -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