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/extras | |
| parent | add neo files (diff) | |
| download | re3-4d2105bf55944ef80a9232bdeb94f77fc6fe94c2.tar.gz | |
tiny rendering fix
Diffstat (limited to 'src/extras')
| -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 |
