diff --git a/Assets/Scripts/ScreenshotSource.cs b/Assets/Scripts/ScreenshotSource.cs index 07909d5..aaec4a0 100644 --- a/Assets/Scripts/ScreenshotSource.cs +++ b/Assets/Scripts/ScreenshotSource.cs @@ -8,7 +8,7 @@ // Outputs a compute buffer set with color index values public class ScreenshotSource : IRawDataSource { - public const string RawImagesFolder = @"F:\rPlace2022\latest\images_single\"; // Replace this with yer local folder + public const string RawImagesFolder = @"F:\rPlace2022\latest\images_single\"; // Replace this with your local folder private string[] images; private byte[] rawImageData; private Texture2D imageVessel; @@ -104,4 +104,4 @@ public uint GetColorIndex(string hex) { return table[hex]; } -} \ No newline at end of file +}