Speeded up kart model rotation in menus due to popular request
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/branches/irrlicht@3791 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
parent
70f74f7142
commit
589a7c087e
@ -80,7 +80,7 @@ void ModelViewWidget::addModel(irr::scene::IMesh* mesh, const Vec3& location)
|
||||
// -----------------------------------------------------------------------------
|
||||
void ModelViewWidget::update(float delta)
|
||||
{
|
||||
angle += delta*10;
|
||||
angle += delta*25;
|
||||
if(angle > 360) angle -= 360;
|
||||
|
||||
irr_driver->renderToTexture(m_models, m_model_location, m_texture, angle);
|
||||
|
Loading…
Reference in New Issue
Block a user