diff options
author | aap <aap@papnet.eu> | 2020-11-19 16:23:52 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-11-19 16:23:52 +0100 |
commit | 02c7f8381b81732645ed92fda0c5a66d0f1db265 (patch) | |
tree | d87d414e03af11fdaae5f197378a1906833edbab /src/extras/custompipes.cpp | |
parent | Merge branch 'master' of github.com:GTAmodding/re3 (diff) | |
download | re3-02c7f8381b81732645ed92fda0c5a66d0f1db265.tar re3-02c7f8381b81732645ed92fda0c5a66d0f1db265.tar.gz re3-02c7f8381b81732645ed92fda0c5a66d0f1db265.tar.bz2 re3-02c7f8381b81732645ed92fda0c5a66d0f1db265.tar.lz re3-02c7f8381b81732645ed92fda0c5a66d0f1db265.tar.xz re3-02c7f8381b81732645ed92fda0c5a66d0f1db265.tar.zst re3-02c7f8381b81732645ed92fda0c5a66d0f1db265.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; |