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 6e9df07 commit f9aab00
Showing 1 changed file with 1 addition and 1 deletion.
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 = 17;
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 f9aab00

Please sign in to comment.