Fix typos

This commit is contained in:
Wojciech Figat
2021-11-13 13:13:34 +01:00
parent 3648f8bef2
commit 6357cc6245
4 changed files with 6 additions and 6 deletions

View File

@@ -32,7 +32,7 @@ public:
/// Extracts IES profile data to R16 format (float).
/// </summary>
/// <param name="output">The result data container.</param>
/// <returns>Thr multiplier as the texture is normalized.</returns>
/// <returns>The multiplier as the texture is normalized.</returns>
float ExtractInR16(Array<byte>& output);
public: