Fix interval

This commit is contained in:
schmelczerandras 2020-09-25 19:04:45 +02:00
parent ed97a7ba86
commit 549ff16681

View file

@ -14,7 +14,7 @@ import { TunnelScene } from './scenes/tunnel-scene';
import './styles/index.scss'; import './styles/index.scss';
const scenes = [TunnelScene, RainScene, BlobScene]; const scenes = [TunnelScene, RainScene, BlobScene];
const sceneIntervalInSeconds = 800; const sceneIntervalInSeconds = 8;
glMatrix.setMatrixArrayType(Array); glMatrix.setMatrixArrayType(Array);
removeUnnecessaryOutlines(); removeUnnecessaryOutlines();