Fixed bug 2959796 (mine kart rotating wildly) - I hope.
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@5113 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
3aa86ed885
commit
f17a129a86
@ -75,7 +75,11 @@ Ipo::Ipo(const XMLNode &curve, float fps)
|
||||
m_handle2.push_back(handle);
|
||||
}
|
||||
} // for i<getNumNodes()
|
||||
|
||||
|
||||
// ATM no other extends are supported, so hardcode the only one
|
||||
// that works!
|
||||
m_extend = ET_CYCLIC;
|
||||
|
||||
reset();
|
||||
} // Ipo
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user