mirror of
https://github.com/opensim/opensim.git
synced 2026-08-05 17:05:55 +08:00
What is the point of using different types to express the same damn thing?
This commit is contained in:
@@ -47,7 +47,7 @@ namespace OpenSim.Region.Framework.Scenes
|
||||
|
||||
private string m_inventoryFileName = String.Empty;
|
||||
private byte[] m_inventoryFileData = new byte[0];
|
||||
private int m_inventoryFileNameSerial = 0;
|
||||
private uint m_inventoryFileNameSerial = 0;
|
||||
|
||||
/// <value>
|
||||
/// The part to which the inventory belongs.
|
||||
|
||||
Reference in New Issue
Block a user