diff options
author | aap <aap@papnet.eu> | 2020-11-22 00:12:34 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-22 00:12:34 +0100 |
commit | 15ae9e2a3e58837f355b6f428db1dd1ddcf94ec7 (patch) | |
tree | 792d26a13fb9bc1caff0012ec4ec7ba0f8f8e842 /src/extras/custompipes.cpp | |
parent | no script logging (diff) | |
parent | neo screen droplets (diff) | |
download | re3-15ae9e2a3e58837f355b6f428db1dd1ddcf94ec7.tar re3-15ae9e2a3e58837f355b6f428db1dd1ddcf94ec7.tar.gz re3-15ae9e2a3e58837f355b6f428db1dd1ddcf94ec7.tar.bz2 re3-15ae9e2a3e58837f355b6f428db1dd1ddcf94ec7.tar.lz re3-15ae9e2a3e58837f355b6f428db1dd1ddcf94ec7.tar.xz re3-15ae9e2a3e58837f355b6f428db1dd1ddcf94ec7.tar.zst re3-15ae9e2a3e58837f355b6f428db1dd1ddcf94ec7.zip |
Diffstat (limited to 'src/extras/custompipes.cpp')
-rw-r--r-- | src/extras/custompipes.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/extras/custompipes.cpp b/src/extras/custompipes.cpp index 8c2b6916..bb3ebd2e 100644 --- a/src/extras/custompipes.cpp +++ b/src/extras/custompipes.cpp @@ -44,7 +44,7 @@ CustomMatCopy(void *dst, void *src, int32, int32) -static rw::TexDictionary *neoTxd; +rw::TexDictionary *neoTxd; bool bRenderingEnvMap; int32 EnvMapSize = 128; |