diff options
Diffstat (limited to 'src/d/actor/d_a_ghostship.cpp')
| -rw-r--r-- | src/d/actor/d_a_ghostship.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/actor/d_a_ghostship.cpp b/src/d/actor/d_a_ghostship.cpp index 23972a14..a24466e4 100644 --- a/src/d/actor/d_a_ghostship.cpp +++ b/src/d/actor/d_a_ghostship.cpp @@ -451,7 +451,7 @@ bool daGhostship_c::_draw() { modelData->getMaterialNodePointer(i)->getTevKColor(3)->mColor.a = alpha; } - mBtk.entry(modelData, mBtk.getFrame()); + mBtk.entry(modelData); mDoExt_modelUpdateDL(mpModel); mBtk.remove(modelData); |
