abg

Animated background for X11
git clone git://git.laack.co/abg.git
Log | Files | Refs | README | LICENSE

commit 9c637cf026a43c13ea91735afd6491675f0a687f
parent d7d44213c985f7bb47f2f6f0b3c07036d24eb9d7
Author: Andrew Laack <andrew@laack.co>
Date:   Thu, 17 Sep 2026 23:37:44 -0500

Removed code artifact

Diffstat:
Msrc/main.cpp | 5-----
1 file changed, 0 insertions(+), 5 deletions(-)

diff --git a/src/main.cpp b/src/main.cpp @@ -110,12 +110,7 @@ int main(int argc, char** argv) { EndTextureMode(); BeginDrawing(); - - // RLAPI void DrawTexture(Texture2D texture, int posX, int posY, - // Color tint); // Draw a Texture2D - DrawTexture(blankGraph.texture, 0, 0, WHITE); - EndDrawing(); usleep((int)(sleepTime * 1000000));