mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-06-25 17:10:43 +00:00
Update PlayerContainer.ts
This commit is contained in:
parent
6a8aacfb95
commit
7a3e27d653
1 changed files with 4 additions and 3 deletions
|
|
@ -147,6 +147,7 @@ export class PlayerContainer {
|
|||
mat.metallic = 0;
|
||||
mesh.material = mat;
|
||||
|
||||
// TODO: SRを無効にせずに表現する方法を考える
|
||||
const blink = () => {
|
||||
if (mesh.isDisposed()) return;
|
||||
|
||||
|
|
@ -165,9 +166,9 @@ export class PlayerContainer {
|
|||
}, 100);
|
||||
};
|
||||
|
||||
this.timer.setTimeout(() => {
|
||||
blink();
|
||||
}, Math.random() * 10000);
|
||||
//this.timer.setTimeout(() => {
|
||||
// blink();
|
||||
//}, Math.random() * 10000);
|
||||
}
|
||||
if (mesh.name.includes('__MOUTH__')) {
|
||||
if (mouthTex != null) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue