r3-custom-code/xcuv7akc4v.js

16 lines
278 B
JavaScript

if (!this.entityLoaded) {
return;
}
if (!this.initialized) {
this.animationSystem = this.entityLoaded.animationSystem;
this.initialized = true;
}
this.animationSystem.started && this.animationSystem.stop();
//console.log('stopped');
//@ sourceURL=SpoonLibMouseDown.js