summaryrefslogtreecommitdiffstats
path: root/src/RendererSectionData.cpp
diff options
context:
space:
mode:
authorLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-03-28 16:21:50 +0200
committerLaG1924 <12997935+LaG1924@users.noreply.github.com>2018-03-28 16:21:50 +0200
commitb30f16d7c9a832ed09b5cd03d73f343f933ca872 (patch)
treefda125d7857add52b32bc1d77dc74451c7437fa4 /src/RendererSectionData.cpp
parentMoved model parsing to startup stage and implemented model rotation (diff)
downloadAltCraft-b30f16d7c9a832ed09b5cd03d73f343f933ca872.tar
AltCraft-b30f16d7c9a832ed09b5cd03d73f343f933ca872.tar.gz
AltCraft-b30f16d7c9a832ed09b5cd03d73f343f933ca872.tar.bz2
AltCraft-b30f16d7c9a832ed09b5cd03d73f343f933ca872.tar.lz
AltCraft-b30f16d7c9a832ed09b5cd03d73f343f933ca872.tar.xz
AltCraft-b30f16d7c9a832ed09b5cd03d73f343f933ca872.tar.zst
AltCraft-b30f16d7c9a832ed09b5cd03d73f343f933ca872.zip
Diffstat (limited to 'src/RendererSectionData.cpp')
-rw-r--r--src/RendererSectionData.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/RendererSectionData.cpp b/src/RendererSectionData.cpp
index 96d78e0..6554d16 100644
--- a/src/RendererSectionData.cpp
+++ b/src/RendererSectionData.cpp
@@ -213,7 +213,7 @@ RendererSectionData ParseSection(const SectionsData &sections)
}
unsigned char SectionsData::GetLight(const Vector & pos) const {
- const Vector directions[] = {
+ static const Vector directions[] = {
Vector(0,0,0),
Vector(1,0,0),
Vector(-1,0,0),
@@ -252,7 +252,7 @@ unsigned char SectionsData::GetLight(const Vector & pos) const {
}
unsigned char SectionsData::GetSkyLight(const Vector & pos) const {
- const Vector directions[] = {
+ static const Vector directions[] = {
Vector(0,0,0),
Vector(1,0,0),
Vector(-1,0,0),