Some fixes, improvements for asset drop target

This commit is contained in:
Simon Lübeß
2025-02-14 11:38:39 +01:00
parent 688ebad278
commit e5437c6ff6
3 changed files with 74 additions and 76 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ struct AssetHandle : IHashable
_uuid = UUID.Create();
}
private this(UUID uuid)
internal this(UUID uuid)
{
_uuid = uuid;
}