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() }