mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 21:01:52 +00:00
Some fixes, improvements for asset drop target
This commit is contained in:
@@ -27,7 +27,7 @@ struct AssetHandle : IHashable
|
||||
_uuid = UUID.Create();
|
||||
}
|
||||
|
||||
private this(UUID uuid)
|
||||
internal this(UUID uuid)
|
||||
{
|
||||
_uuid = uuid;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user