mirror of
https://github.com/opensim/opensim.git
synced 2026-08-12 12:25:42 +08:00
a few more use array.Empty<byte>
This commit is contained in:
@@ -75,8 +75,8 @@ namespace OpenSim.Framework
|
||||
// Remember subregions of the heightmap that has changed.
|
||||
|
||||
private BitArray m_taint;
|
||||
private int m_taintSizeX;
|
||||
private int m_taintSizeY;
|
||||
private readonly int m_taintSizeX;
|
||||
private readonly int m_taintSizeY;
|
||||
|
||||
// legacy CompressionFactor
|
||||
public float CompressionFactor { get; private set; }
|
||||
|
||||
Reference in New Issue
Block a user