mirror of
https://gitlab.bixilon.de/bixilon/minosoft.git
synced 2025-09-08 06:50:22 -04:00
disable verify
A lot faster
This commit is contained in:
parent
14a3257092
commit
25dc621806
@ -30,9 +30,9 @@ object DebugOptions {
|
|||||||
|
|
||||||
const val FORCE_CHECK_UPDATES = false
|
const val FORCE_CHECK_UPDATES = false
|
||||||
|
|
||||||
const val VERIFY_COORDINATES = true
|
const val VERIFY_COORDINATES = false
|
||||||
const val VERIFY_LIGHT_LEVEL = true
|
const val VERIFY_LIGHT_LEVEL = false
|
||||||
const val VERIFY_VECTORS = true
|
const val VERIFY_VECTORS = false
|
||||||
|
|
||||||
// Add a test to ensure that all options are disabled!!!
|
// Add a test to ensure that all options are disabled!!!
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user