mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
no cleanup
This commit is contained in:
parent
5ed8fc534c
commit
cebc6937a3
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ var center = Vec3.sum(Vec3.sum(MyAvatar.position, {
|
|||
z: 0
|
||||
}), Vec3.multiply(1.5, Quat.getFront(Camera.getOrientation())));
|
||||
|
||||
var CLEANUP = true;
|
||||
var CLEANUP = false;
|
||||
|
||||
var BALL_FORWARD_OFFSET = -0.2 * SCALE;
|
||||
var BALL_RIGHT_OFFSET = -0.4 * SCALE;
|
||||
|
|
Loading…
Reference in a new issue