Use in over ref modifier in Math functions input parameters

This commit is contained in:
2025-12-06 23:32:47 +02:00
parent ecf074801f
commit bc4b94d2bc
136 changed files with 1824 additions and 1824 deletions

View File

@@ -390,7 +390,7 @@ namespace FlaxEngine
MultiSampleLevel == other.MultiSampleLevel &&
Flags == other.Flags &&
Usage == other.Usage &&
DefaultClearColor.Equals(ref other.DefaultClearColor);
DefaultClearColor.Equals(other.DefaultClearColor);
}
};
}