erm
This commit is contained in:
parent
f4d9fb1246
commit
436a251233
|
@ -65,7 +65,7 @@ func (winman *RayGuiWindowManager) ProcessUserWindowMovement() {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (winman RayGuiWindowManager) DrawInternalWindowList() {
|
func (winman RayGuiWindowManager) DrawInternalWindowList() {
|
||||||
fmt.Println("erm")
|
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()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue