diff --git a/GlitchyEngine/src/Content/Asset.bf b/GlitchyEngine/src/Content/Asset.bf index d025d5e..8ac6bf2 100644 --- a/GlitchyEngine/src/Content/Asset.bf +++ b/GlitchyEngine/src/Content/Asset.bf @@ -21,7 +21,7 @@ abstract class Asset : RefCounter /// This identifier can be used to request the Asset from the content manager. public StringView Identifier { - get => _identifier..EnsureNullTerminator(); + get => _identifier; set => _identifier.Set(value); }