Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
syui committed Oct 26, 2023
1 parent 9ffac8b commit bb1a65f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import workerService from './host/worker-service';
const loadingPromises: Promise<any>[] = [];
let isLoading = false;
let hasLoadModel = false;
let card_time = 18;
let card_time = 22;

function onFileSelected(files: FileList) {
let animFile: File | undefined;
Expand Down
2 changes: 1 addition & 1 deletion src/worker/scene/lights.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ scene.background = new Color(bgColor);
scene.fog = new Fog(bgColor, 3, 10);

var targetIntensity = 1;
let card_time = 18;
let card_time = 22;
let date = new Date();
var num_h = date.getHours() * 0.1;
var num_hh = date.getHours();
Expand Down

0 comments on commit bb1a65f

Please sign in to comment.