Fix sun not being visible

This commit is contained in:
duarteapcoelho 2022-12-08 18:00:41 +00:00
parent 98f79eeb05
commit 3f1ea2cc5d
1 changed files with 2 additions and 2 deletions

View File

@ -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)
},
};