Fix some more warnings
This commit is contained in:
@@ -159,7 +159,7 @@ namespace Nz
|
||||
|
||||
inline Cast::Cast(ExpressionType castTo, ExpressionPtr first, ExpressionPtr second, ExpressionPtr third, ExpressionPtr fourth) :
|
||||
exprType(castTo),
|
||||
expressions({first, second, third, fourth})
|
||||
expressions({ {first, second, third, fourth} })
|
||||
{
|
||||
unsigned int componentCount = 0;
|
||||
unsigned int requiredComponents = GetComponentCount(exprType);
|
||||
|
||||
Reference in New Issue
Block a user