This commit is contained in:
InventorXtreme 2024-04-21 01:43:52 -04:00
parent f4d9fb1246
commit 436a251233

View file

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