From ebdd3970a72deae6fc373673a57ad2acc7d0c584 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Wed, 22 Apr 2026 17:08:25 +0200 Subject: [PATCH] auto-git: [change] src/runtime-three/runtime-project-time.ts --- src/runtime-three/runtime-project-time.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/runtime-three/runtime-project-time.ts b/src/runtime-three/runtime-project-time.ts index 5f5645ca..5196623d 100644 --- a/src/runtime-three/runtime-project-time.ts +++ b/src/runtime-three/runtime-project-time.ts @@ -21,12 +21,6 @@ const DEFAULT_NOON_DIRECTION: Vec3 = { y: 0.88, z: 0.15 }; -const UP_AXIS: Vec3 = { - x: 0, - y: 1, - z: 0 -}; - export interface RuntimeClockState { timeOfDayHours: number; dayCount: number;