From f3fb1373eb8ae0fc6f366d49e8a26b12dbd73cf5 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Sun, 4 Feb 2024 09:19:50 -0500 Subject: [PATCH] lol annoying --- simpledisplay.d | 1 - 1 file changed, 1 deletion(-) diff --git a/simpledisplay.d b/simpledisplay.d index 82751f7..6f4c1e3 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -367,7 +367,6 @@ interface->SetProgressValue(hwnd, 40, 100); This example program shows how you can set up a shader to draw a rectangle: --- - module opengl3test; import arsd.simpledisplay; // based on https://learnopengl.com/Getting-started/Hello-Triangle