Merge remote-tracking branch 'origin/master' into 1.9
This commit is contained in:
@@ -105,7 +105,7 @@ public:
|
||||
OnSet(other._asset);
|
||||
}
|
||||
|
||||
AssetReference(AssetReference&& other)
|
||||
AssetReference(AssetReference&& other) noexcept
|
||||
{
|
||||
OnSet(other._asset);
|
||||
other.OnSet(nullptr);
|
||||
|
||||
Reference in New Issue
Block a user