mirror of
https://github.com/overte-org/overte.git
synced 2025-04-19 15:03:53 +02:00
change parent
This commit is contained in:
parent
6adb46199c
commit
7ccf7b42d8
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ MyCuckooClock = function(spawnPosition, spawnRotation) {
|
|||
var ANGULAR_ROLL_SPEED_SECOND_RADIANS = 0.10472
|
||||
clockSecondHand = Entities.addEntity({
|
||||
type: "Box",
|
||||
parentID: clockFace,
|
||||
parentID: clockBody,
|
||||
// modelURL: CLOCK_SECOND_HAND_URL,
|
||||
name: "home_model_clockSecondHand",
|
||||
position: Vec3.sum(clockFacePosition, clockHandOffset),
|
||||
|
|
Loading…
Reference in a new issue