Merge remote-tracking branch 'origin/master' into 1.9

This commit is contained in:
Wojtek Figat
2024-06-13 17:07:37 +02:00
68 changed files with 2222 additions and 374 deletions

View File

@@ -105,7 +105,7 @@ public:
OnSet(other._asset);
}
AssetReference(AssetReference&& other)
AssetReference(AssetReference&& other) noexcept
{
OnSet(other._asset);
other.OnSet(nullptr);