doodle/pkg/balance/workarounds.go

7 lines
101 B
Go

package balance
var (
// Disable chunk texture caching (SLOW!)
DisableChunkTextureCache = false
)