move render to systems

This commit is contained in:
2019-11-16 04:43:56 +03:00
parent 0d8649498c
commit 768426a316
4 changed files with 14 additions and 37 deletions

View File

@ -80,7 +80,7 @@ func main() {
sidebarWidth := 0
//Set up viewport
vp := mainwindow.NewViewPort(sidebarWidth, 0, (mw.W - sidebarWidth), (mw.H - 0), mw.GetLayer("base"))
vp := mainwindow.NewViewPort(sidebarWidth, 0, (mw.W - sidebarWidth), (mw.H - 0))
//set up controller