use array.Empty<byte>

This commit is contained in:
UbitUmarov
2022-03-12 15:21:24 +00:00
parent 5ffa1801d8
commit e043d8a2eb
45 changed files with 100 additions and 103 deletions
@@ -382,7 +382,7 @@ namespace OpenSim.Region.CoreModules.Scripting.VectorRender
GDIDraw(data, graph, altDataDelim, out reuseable);
}
byte[] imageJ2000 = new byte[0];
byte[] imageJ2000 = Array.Empty<byte>();
// This code exists for testing purposes, please do not remove.
// if (s_flipper)