mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-04 15:13:10 +02:00
splicing and dicing
This commit is contained in:
parent
3211bec7ce
commit
51b0c48866
1 changed files with 0 additions and 2 deletions
|
@ -356,7 +356,6 @@ function removeRatFromScene(rat) {
|
|||
var metaRatIndex = findWithAttr(metaRats, 'rat', rat);
|
||||
if (metaRatIndex > -1) {
|
||||
metaRats[index].injector.stop();
|
||||
delete metaRats[index].injector
|
||||
metaRats.splice(index, 1);
|
||||
}
|
||||
|
||||
|
@ -373,7 +372,6 @@ function popRatFromStack(entityID) {
|
|||
var metaRatIndex = findWithAttr(metaRats, 'rat', entityID);
|
||||
if (metaRatIndex > -1) {
|
||||
metaRats[index].injector.stop();
|
||||
delete metaRats[index].injector
|
||||
metaRats.splice(index, 1);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue