This commit is contained in:
InventorXtreme 2024-04-21 02:00:47 -04:00
parent 1eca7bfb5c
commit a58c367a1d

View file

@ -1,8 +1,6 @@
package pinwindows package pinwindows
import ( import (
"fmt"
rl "github.com/gen2brain/raylib-go/raylib" rl "github.com/gen2brain/raylib-go/raylib"
) )
@ -67,7 +65,6 @@ func (winman *RayGuiWindowManager) ProcessUserWindowMovement() {
} }
func (winman RayGuiWindowManager) DrawInternalWindowList() { func (winman RayGuiWindowManager) DrawInternalWindowList() {
fmt.Println("erm2")
for i := 0; i < len(winman.winlist); i++ { for i := 0; i < len(winman.winlist); i++ {
winman.winlist[i].DrawInternals() winman.winlist[i].DrawInternals()
} }