Fix interval
This commit is contained in:
parent
ed97a7ba86
commit
549ff16681
1 changed files with 1 additions and 1 deletions
|
|
@ -14,7 +14,7 @@ import { TunnelScene } from './scenes/tunnel-scene';
|
|||
import './styles/index.scss';
|
||||
|
||||
const scenes = [TunnelScene, RainScene, BlobScene];
|
||||
const sceneIntervalInSeconds = 800;
|
||||
const sceneIntervalInSeconds = 8;
|
||||
|
||||
glMatrix.setMatrixArrayType(Array);
|
||||
removeUnnecessaryOutlines();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue