rm spurious comment
This commit is contained in:
parent
30ac76f4c0
commit
30f21943a8
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user