From 24a2a946b35279605e645349bd6b82e9e60aac88 Mon Sep 17 00:00:00 2001
From: Normand Briere <nbriere@noware.ca>
Date: Wed, 14 Aug 2019 23:35:34 -0400
Subject: [PATCH] Fix textures in jar.

---
 Camera.java |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Camera.java b/Camera.java
index 5f214b9..c2d8efa 100644
--- a/Camera.java
+++ b/Camera.java
@@ -71,7 +71,7 @@
             perspective = false;
             break;
         case 4: // Default light
-            location = LA.newVector(10, 30, 20);
+            location = LA.newVector(-10, 30, 20);
             perspective = false;
             break;
         }

--
Gitblit v1.6.2