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