mirror of
https://github.com/aharabada/glitchy-engine-beef.git
synced 2026-09-05 13:01:52 +00:00
Removed unnecessary null terminator
This commit is contained in:
@@ -21,7 +21,7 @@ abstract class Asset : RefCounter
|
|||||||
/// This identifier can be used to request the Asset from the content manager.
|
/// This identifier can be used to request the Asset from the content manager.
|
||||||
public StringView Identifier
|
public StringView Identifier
|
||||||
{
|
{
|
||||||
get => _identifier..EnsureNullTerminator();
|
get => _identifier;
|
||||||
set => _identifier.Set(value);
|
set => _identifier.Set(value);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user