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) {