diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2024-10-19 12:01:46 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-19 02:01:46 -0700 |
| commit | 3dadc80c5e314907020b033131f8f9dadbbce684 (patch) | |
| tree | 14931d4195f62eb752db028d77dff2c84178cfd4 /include/d/d_drawlist.h | |
| parent | 69dc7cbbf15ece9533ca6afc85f9500ba1b2647b (diff) | |
d_a_obj_tp OK + other rels that matched almost as is (#2218)
* d_a_tag_yami OK
* d_a_tag_watchge matched as is
* d_a_tag_wara_howl matched as is
* d_a_tag_waterfall matched as is
* daTagTheBHint_c matched as is
* daZraFreeze_c Matched as is
* Revert nosyminline argument
* d_a_obj_tp OK
Diffstat (limited to 'include/d/d_drawlist.h')
| -rw-r--r-- | include/d/d_drawlist.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/d/d_drawlist.h b/include/d/d_drawlist.h index a916ea6d9c..0ef98b382d 100644 --- a/include/d/d_drawlist.h +++ b/include/d/d_drawlist.h @@ -342,6 +342,8 @@ public: void setOpaListMiddle() { setOpaDrawList(mDrawBuffers[DB_LIST_MIDDLE]); } void setOpaListZxlu() { setOpaDrawList(mDrawBuffers[DB_LIST_Z_XLU]); } void setXluListZxlu() { setXluDrawList(mDrawBuffers[DB_LIST_Z_XLU]); } + void setOpaListFilter() { setOpaDrawList(mDrawBuffers[DB_LIST_FILTER]); } + void setXluListFilter() { setXluDrawList(mDrawBuffers[DB_LIST_FILTER]); } void set3DlineMat(mDoExt_3DlineMat_c *param_1) { #ifndef NON_VIRTUAL_3DLINEMAT m3DLineMatSortPacket[param_1->getMaterialID()].setMat(param_1); |
