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:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-08-22 04:20:41 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-08-22 04:20:41 +0300
commit926410915bef5fedd8eb69a3c0e30ee3edd8c970 (patch)
tree620422021e0447d1dedf5df40d0f1b4c1cab9529
parentbc0c51d1c2248364aca30e45705c83348baf59b9 (diff)
Update CTBEncryptedFile.cs
-rw-r--r--UVtools.Core/FileFormats/CTBEncryptedFile.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/UVtools.Core/FileFormats/CTBEncryptedFile.cs b/UVtools.Core/FileFormats/CTBEncryptedFile.cs
index 7556a99..4b954bf 100644
--- a/UVtools.Core/FileFormats/CTBEncryptedFile.cs
+++ b/UVtools.Core/FileFormats/CTBEncryptedFile.cs
@@ -272,7 +272,7 @@ namespace UVtools.Core.FileFormats
if (Parent.Settings.LayerXorKey > 0)
{
- ChituboxFile.LayerRleReCrypt(Parent.Settings.LayerXorKey, layerIndex, RLEData);
+ ChituboxFile.LayerRleCryptBuffer(Parent.Settings.LayerXorKey, layerIndex, RLEData);
}
int pixel = 0;