mirror of
https://github.com/bloeys/nmage.git
synced 2025-12-29 13:28:20 +00:00
Day8: Assimp+Basic Lights+Asserts+vert normals&colors
This commit is contained in:
7
consts/flags_release.go
Executable file
7
consts/flags_release.go
Executable file
@ -0,0 +1,7 @@
|
||||
//go:build !debug
|
||||
|
||||
package consts
|
||||
|
||||
const (
|
||||
Debug = false
|
||||
)
|
||||
Reference in New Issue
Block a user