Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'UVtools.Core/FileFormats/PhotonWorkshopFile.cs')
-rw-r--r--UVtools.Core/FileFormats/PhotonWorkshopFile.cs12
1 files changed, 3 insertions, 9 deletions
diff --git a/UVtools.Core/FileFormats/PhotonWorkshopFile.cs b/UVtools.Core/FileFormats/PhotonWorkshopFile.cs
index 7ef1934..00e9670 100644
--- a/UVtools.Core/FileFormats/PhotonWorkshopFile.cs
+++ b/UVtools.Core/FileFormats/PhotonWorkshopFile.cs
@@ -1301,10 +1301,7 @@ namespace UVtools.Core.FileFormats
layer.Encode(image);
LayersDefinition.Layers[layerIndex] = layer;
}
- lock (progress.Mutex)
- {
- progress++;
- }
+ progress.LockAndIncrement();
});
uint offsetLayerRle = FileMarkSettings.LayerImageAddress = (uint) (currentOffset + Helpers.Serializer.SizeOf(LayersDefinition.Section) + LayersDefinition.Section.Length);
@@ -1396,7 +1393,7 @@ namespace UVtools.Core.FileFormats
Debug.Write("LayersDefinition -> ");
Debug.WriteLine(LayersDefinition);
- LayerManager = new LayerManager(LayersDefinition.LayerCount, this);
+ LayerManager.Init(LayersDefinition.LayerCount);
LayersDefinition.Layers = new LayerData[LayerCount];
@@ -1443,10 +1440,7 @@ namespace UVtools.Core.FileFormats
};
}
- lock (progress.Mutex)
- {
- progress++;
- }
+ progress.LockAndIncrement();
});
// Fix position z height values