Correct ghost kart starting position before start

This commit is contained in:
Benau
2018-07-20 19:49:06 +08:00
parent 82b23b6c26
commit a22fde85ec

View File

@@ -47,6 +47,7 @@ void GhostKart::reset()
Kart::reset();
// This will set the correct start position
update(0);
updateGraphics(0);
m_last_egg_idx = 0;
} // reset