Add feedback from PVS (static code analyzer)
https://pvs-studio.com/en/blog/posts/cpp/1153/
This commit is contained in:
@@ -94,8 +94,8 @@ namespace FlaxEngine
|
||||
throw new ArgumentOutOfRangeException(nameof(values), "There must be sixteen and only four input values for Matrix2x2.");
|
||||
M11 = values[0];
|
||||
M12 = values[1];
|
||||
M21 = values[3];
|
||||
M22 = values[4];
|
||||
M21 = values[2];
|
||||
M22 = values[3];
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user