Use in over ref modifier in Math functions input parameters
This commit is contained in:
@@ -390,7 +390,7 @@ namespace FlaxEngine
|
||||
MultiSampleLevel == other.MultiSampleLevel &&
|
||||
Flags == other.Flags &&
|
||||
Usage == other.Usage &&
|
||||
DefaultClearColor.Equals(ref other.DefaultClearColor);
|
||||
DefaultClearColor.Equals(other.DefaultClearColor);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user