Fix bug
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@11652 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
32ec4f8aee
commit
72d9c64430
@ -177,7 +177,7 @@ const std::string& CutsceneWorld::getIdent() const
|
||||
/** Update the world and the track.
|
||||
* \param dt Time step size.
|
||||
*/
|
||||
void CutsceneWorld::update(double dt)
|
||||
void CutsceneWorld::update(float dt)
|
||||
{
|
||||
/*
|
||||
{
|
||||
|
@ -85,7 +85,7 @@ public:
|
||||
virtual const std::string& getIdent() const OVERRIDE;
|
||||
|
||||
virtual void kartHit(const int kart_id) OVERRIDE;
|
||||
virtual void update(double dt) OVERRIDE;
|
||||
virtual void update(float dt) OVERRIDE;
|
||||
|
||||
virtual void createRaceGUI() OVERRIDE;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user