From 436a251233fc4c6a88ffa0236d00d0b232e6bbd0 Mon Sep 17 00:00:00 2001 From: InventorXtreme Date: Sun, 21 Apr 2024 01:43:52 -0400 Subject: [PATCH] erm --- windowmanager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/windowmanager.go b/windowmanager.go index 3c7c779..c31bc76 100644 --- a/windowmanager.go +++ b/windowmanager.go @@ -65,7 +65,7 @@ func (winman *RayGuiWindowManager) ProcessUserWindowMovement() { } func (winman RayGuiWindowManager) DrawInternalWindowList() { - fmt.Println("erm") + fmt.Println("erm2") for i := 0; i < len(winman.winlist); i++ { winman.winlist[i].DrawInternals() }