mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-30 07:43:10 +02:00
try to cleanup tank
This commit is contained in:
parent
12c3792c06
commit
39a3c9280a
2 changed files with 0 additions and 2 deletions
unpublishedScripts/DomainContent/Home/fishTank
|
@ -430,7 +430,6 @@
|
|||
loadFish(NUM_FISH);
|
||||
var data = {
|
||||
fishLoaded: true,
|
||||
bubbleSystem: _this.userData['hifi-home-fishtank'].bubbleSystem,
|
||||
innerContainer: _this.userData['hifi-home-fishtank'].innerContainer,
|
||||
|
||||
}
|
||||
|
|
|
@ -429,7 +429,6 @@ FishTank = function(spawnPosition, spawnRotation) {
|
|||
|
||||
var data = {
|
||||
fishLoaded: false,
|
||||
bubbleSystem: bubbleSystem,
|
||||
innerContainer: innerContainer,
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue