Skip to content

Commit

Permalink
Adjusted code to be compatible with version v0.6 of macaw
Browse files Browse the repository at this point in the history
  • Loading branch information
rennomarcus committed Aug 10, 2018
1 parent fc62570 commit b33f3d2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package main

import (
"fmt"

"github.com/tubelz/macaw"
"github.com/tubelz/macaw/entity"
"github.com/tubelz/macaw/input"
Expand All @@ -15,7 +16,7 @@ import (
func main() {
fmt.Println("Pong")
var err error
err = macaw.Initialize(false, true, false)
err = macaw.Initialize()
if err != nil {
fmt.Println("Macaw could not initialize")
}
Expand Down

0 comments on commit b33f3d2

Please sign in to comment.