mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 22:29:24 +02:00
fixing tab maybe
This commit is contained in:
parent
bc8d688cde
commit
96d5a2ab42
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ Scene.setDayTime(hour);
|
|||
//Scene.setOriginLocation(longitude, latitude, 0.0);
|
||||
|
||||
function ticktack() {
|
||||
hour += 0.1;
|
||||
hour += 0.1;
|
||||
//Scene.setSunIntensity(Math.cos(time));
|
||||
if (hour > 24.0) {
|
||||
hour = 0.0;
|
||||
|
|
Loading…
Reference in a new issue