summaryrefslogtreecommitdiffstats
path: root/src/extras/custompipes.cpp
diff options
context:
space:
mode:
authoraap <aap@papnet.eu>2021-01-10 14:32:37 +0100
committeraap <aap@papnet.eu>2021-01-10 14:32:37 +0100
commitc631e6c61c326ad17d4ee6483a8268720ea8a0f3 (patch)
tree3806b6059c89fd902432c9309e3ca6dd689c92d2 /src/extras/custompipes.cpp
parentdont render untextured world (diff)
downloadre3-c631e6c61c326ad17d4ee6483a8268720ea8a0f3.tar
re3-c631e6c61c326ad17d4ee6483a8268720ea8a0f3.tar.gz
re3-c631e6c61c326ad17d4ee6483a8268720ea8a0f3.tar.bz2
re3-c631e6c61c326ad17d4ee6483a8268720ea8a0f3.tar.lz
re3-c631e6c61c326ad17d4ee6483a8268720ea8a0f3.tar.xz
re3-c631e6c61c326ad17d4ee6483a8268720ea8a0f3.tar.zst
re3-c631e6c61c326ad17d4ee6483a8268720ea8a0f3.zip
Diffstat (limited to 'src/extras/custompipes.cpp')
-rw-r--r--src/extras/custompipes.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extras/custompipes.cpp b/src/extras/custompipes.cpp
index f7f8bbe5..379e7c8a 100644
--- a/src/extras/custompipes.cpp
+++ b/src/extras/custompipes.cpp
@@ -48,7 +48,7 @@ rw::TexDictionary *neoTxd;
bool bChromeCheat;
bool bRenderingEnvMap;
-int32 EnvMapSize = 128;
+int32 EnvMapSize = 256;
rw::Camera *EnvMapCam;
rw::Texture *EnvMapTex;
rw::Texture *EnvMaskTex;