mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +02:00
Update cat.js
This commit is contained in:
parent
0ce6a305bd
commit
a3c91b12b9
1 changed files with 4 additions and 3 deletions
|
@ -33,10 +33,11 @@ var _this;
|
|||
update: function() {
|
||||
if (_this.injector !== null) {
|
||||
_this.isMeowing = this.injector.isPlaying;
|
||||
if (_this.isMeowing === false) {
|
||||
_this.injector = null;
|
||||
}
|
||||
}
|
||||
if (_this.isMeowing === false) {
|
||||
_this.injector = null;
|
||||
}
|
||||
|
||||
},
|
||||
|
||||
meow: function() {
|
||||
|
|
Loading…
Reference in a new issue