From 22873ca9ba869ab049f4d34f828582725072b056 Mon Sep 17 00:00:00 2001 From: Jazzy <81212794+J4Z2Y@users.noreply.github.com> Date: Thu, 7 Apr 2022 15:00:40 -0600 Subject: [PATCH] fixed typo line 11 comment "yer" to "your" --- Assets/Scripts/ScreenshotSource.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}