erm
This commit is contained in:
parent
1eca7bfb5c
commit
a58c367a1d
|
@ -1,8 +1,6 @@
|
|||
package pinwindows
|
||||
|
||||
import (
|
||||
"fmt"
|
||||
|
||||
rl "github.com/gen2brain/raylib-go/raylib"
|
||||
)
|
||||
|
||||
|
@ -67,7 +65,6 @@ func (winman *RayGuiWindowManager) ProcessUserWindowMovement() {
|
|||
}
|
||||
|
||||
func (winman RayGuiWindowManager) DrawInternalWindowList() {
|
||||
fmt.Println("erm2")
|
||||
for i := 0; i < len(winman.winlist); i++ {
|
||||
winman.winlist[i].DrawInternals()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue