Skip to content

Commit

Permalink
strange black cube ...
Browse files Browse the repository at this point in the history
  • Loading branch information
mki1967 committed Mar 4, 2018
1 parent be13f3a commit 71bebfe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions game.go
Expand Up @@ -114,6 +114,8 @@ func MakeEmptyGame(pathToAssets string, window *glfw.Window) (*Mki3dGame, error)

game.Paused = MakeSharedBool() // new version

game.Skybox = sbxgpu.NewSbxGpu() // init skybox shader

go game.EcoFreezer() // run concurrent eco-freezer goroutine

return &game, nil
Expand Down

0 comments on commit 71bebfe

Please sign in to comment.