diff options
| author | LagoLunatic <LagoLunatic@users.noreply.github.com> | 2025-09-27 18:35:11 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-27 15:35:11 -0700 |
| commit | 5dc86158bc15a2f7d7d499d38d388be1d997e750 (patch) | |
| tree | 9390d282191ac89c7925b4c7277d3c2aa70c834c /src/d/d_drawlist.cpp | |
| parent | 54d8839d916beef73c29165932fb33f9b24f2394 (diff) | |
Fix most vtable issues (#2706)
Diffstat (limited to 'src/d/d_drawlist.cpp')
| -rw-r--r-- | src/d/d_drawlist.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/d/d_drawlist.cpp b/src/d/d_drawlist.cpp index 2932f7c642..25ef94fe33 100644 --- a/src/d/d_drawlist.cpp +++ b/src/d/d_drawlist.cpp @@ -943,16 +943,13 @@ static void dummy_misc() { J2DPane* pane; J2DPicture* picture; J2DAnmBase* anmBase; - J2DAnmColor* anmColor; delete anmBase; - delete anmColor; picture->setBlack(JUtility::TColor(0, 0, 0, 0)); picture->setWhite(JUtility::TColor(0, 0, 0, 0)); pane->getTypeID(); pane->makeMatrix(0.0f, 0.0f); pane->calcMtx(); screen->clearAnmTransform(); - anmColor->searchUpdateMaterialID(screen); } /* 80053CDC-80053CEC 04E61C 0010+00 0/0 2/2 0/0 .text init__8cM_rnd_cFiii */ |
