mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 15:23:56 +02:00
dont delete cubes by default
This commit is contained in:
parent
15af28337b
commit
aeac31cf6a
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
//
|
||||
|
||||
|
||||
var DELETE_AT_ENDING = true;
|
||||
var DELETE_AT_ENDING = false;
|
||||
|
||||
var CUBE_DIMENSIONS = {
|
||||
x: 1,
|
||||
|
|
Loading…
Reference in a new issue