From 3f1ea2cc5daa2db54f053b938433fd6d7de5bdbc Mon Sep 17 00:00:00 2001 From: duarteapcoelho Date: Thu, 8 Dec 2022 18:00:41 +0000 Subject: [PATCH] Fix sun not being visible --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index e5cddcb..18f5062 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -79,14 +79,14 @@ int main(){ {-1, -1, 0}, {-1, 1, 0}, {1, -1, 0}, - {0, 1, 0}, + {0, 0, -1}, newColor(255, 255, 0) }, { {-1, 1, 0}, {1, 1, 0}, {1, -1, 0}, - {0, 1, 0}, + {0, 0, -1}, newColor(255, 255, 0) }, };