Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
AleziaKurdis authored Aug 30, 2023
1 parent 367d36e commit fc5eedb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SANCTUARY/singularitySanctuary.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// singularitySanctuary.js
//
// Created by Alezia Kurdis, August 29th 2023.
// Created by Alezia Kurdis, August 29th, 2023.
// Copyright 2023, Overte e.V.
//
// Generate a singularity for SANCTUARY.
Expand Down Expand Up @@ -204,7 +204,7 @@
if (starId !== Uuid.NULL) {
currentSunPosition = nextSunPosition;
var sunCumputedValues = getCurrentSunPosition();
nextSunPosition = = sunCumputedValues.localPosition;
nextSunPosition = sunCumputedValues.localPosition;
var hue = GetCurrentCycleValue(1, D29_DAY_DURATION * 9);
var sunColor = hslToRgb(hue, 1, 0.6);
var velocity = Vec3.subtract(nextSunPosition, currentSunPosition);
Expand Down

0 comments on commit fc5eedb

Please sign in to comment.