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_d3d9.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_d3d9.cpp')
-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 93973fec..b39efd47 100644 --- a/src/extras/custompipes_d3d9.cpp +++ b/src/extras/custompipes_d3d9.cpp @@ -131,6 +131,7 @@ vehicleRenderCB(rw::Atomic *atomic, rw::d3d9::InstanceDataHeader *header) drawInst(header, inst); inst++; } + d3d::setTexture(1, nil); SetRenderState(SRCBLEND, BLENDSRCALPHA); } |