Fixed fields missing the readonly modifier
This commit is contained in:
@@ -38,7 +38,7 @@ namespace OpenRA.Mods.Cnc.FileFormats
|
||||
public readonly uint LimbCount;
|
||||
public VxlLimb[] Limbs;
|
||||
|
||||
uint bodySize;
|
||||
readonly uint bodySize;
|
||||
|
||||
static void ReadVoxelData(Stream s, VxlLimb l)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user