From 00f06e0499db8f53560af718ef5db2c42a0e7ad7 Mon Sep 17 00:00:00 2001 From: Aaron Griffith Date: Wed, 26 Oct 2011 21:50:23 -0400 Subject: [PATCH] last of the obvious smooth-lighting render issues fixed --- overviewer_core/src/rendermode-smooth-lighting.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/overviewer_core/src/rendermode-smooth-lighting.c b/overviewer_core/src/rendermode-smooth-lighting.c index 2af427c..d8f63a9 100644 --- a/overviewer_core/src/rendermode-smooth-lighting.c +++ b/overviewer_core/src/rendermode-smooth-lighting.c @@ -81,9 +81,6 @@ static struct SmoothLightingFace lighting_rules[] = { /* left */ {-1, 0, 0, { - {12, 24, - 0, 1, 0, - 0, 0, -1}, {0, 18, 0, -1, 0, 0, 0, -1}, @@ -93,11 +90,17 @@ static struct SmoothLightingFace lighting_rules[] = { {12, 12, 0, 1, 0, 0, 0, 1}, + {12, 24, + 0, 1, 0, + 0, 0, -1}, }, NULL, 0}, /* right */ {0, 1, 0, { + {24, 6, + 1, 0, 0, + 0, 0, 1}, {12, 12, -1, 0, 0, 0, 0, 1}, @@ -107,9 +110,6 @@ static struct SmoothLightingFace lighting_rules[] = { {24, 18, 1, 0, 0, 0, 0, -1}, - {24, 6, - 1, 0, 0, - 0, 0, 1}, }, NULL, 0}, };