Skip to content

Commit 146f0d0

Browse files
Fix explosion camera bug
1 parent f9ffcc6 commit 146f0d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/graphics/camera/camera_normal.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -326,8 +326,6 @@ void CameraNormal::update(float dt)
326326
// above the kart).
327327
// Note: this code is replicated from smoothMoveCamera so that
328328
// the camera keeps on pointing to the same spot.
329-
smoothing = false;
330-
331329
core::vector3df current_target = (m_kart->getSmoothedXYZ().toIrrVector()
332330
+ core::vector3df(0, above_kart, 0));
333331
m_camera->setTarget(current_target);

0 commit comments

Comments
 (0)