diff options
author | aap <aap@papnet.eu> | 2020-12-27 18:22:04 +0100 |
---|---|---|
committer | aap <aap@papnet.eu> | 2020-12-27 18:22:04 +0100 |
commit | 4d2105bf55944ef80a9232bdeb94f77fc6fe94c2 (patch) | |
tree | 15782c464ccbce75df92d49ff007ded932f37ad4 /src | |
parent | add neo files (diff) | |
download | re3-4d2105bf55944ef80a9232bdeb94f77fc6fe94c2.tar re3-4d2105bf55944ef80a9232bdeb94f77fc6fe94c2.tar.gz re3-4d2105bf55944ef80a9232bdeb94f77fc6fe94c2.tar.bz2 re3-4d2105bf55944ef80a9232bdeb94f77fc6fe94c2.tar.lz re3-4d2105bf55944ef80a9232bdeb94f77fc6fe94c2.tar.xz re3-4d2105bf55944ef80a9232bdeb94f77fc6fe94c2.tar.zst re3-4d2105bf55944ef80a9232bdeb94f77fc6fe94c2.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/extras/custompipes_d3d9.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/extras/custompipes_d3d9.cpp b/src/extras/custompipes_d3d9.cpp index b39efd47..27006c6a 100644 --- a/src/extras/custompipes_d3d9.cpp +++ b/src/extras/custompipes_d3d9.cpp @@ -245,6 +245,7 @@ worldRenderCB(rw::Atomic *atomic, rw::d3d9::InstanceDataHeader *header) drawInst(header, inst); inst++; } + d3d::setTexture(1, nil); } void |