mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
use array.Empty<byte>
This commit is contained in:
@@ -80,7 +80,7 @@ namespace OpenSim.Server.Handlers.BakedTextures
|
||||
catch
|
||||
{
|
||||
}
|
||||
return new byte[0];
|
||||
return Array.Empty<byte>();
|
||||
}
|
||||
|
||||
public void Store(string id, byte[] data, int dataLength)
|
||||
|
||||
Reference in New Issue
Block a user