From 30f21943a8e3c3ab0a894c8511f9747642462a5b Mon Sep 17 00:00:00 2001 From: Colin McMillen Date: Fri, 7 Jul 2023 23:36:49 -0400 Subject: [PATCH] rm spurious comment --- Program.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Program.cs b/Program.cs index efa8096..06a14eb 100644 --- a/Program.cs +++ b/Program.cs @@ -298,9 +298,6 @@ public class Game : GameWindow { GL.EnableVertexAttribArray(texCoordLocation); GL.VertexAttribPointer(texCoordLocation, 2, VertexAttribPointerType.Float, false, 5 * sizeof(float), 3 * sizeof(float)); - // Create a blank white texture. - - // Load textures from JPEGs. string[] files = Directory.GetFiles(@"c:\users\colin\pictures\photos\2023\06\27\"); foreach (string file in files) {