supertuxkart-sourceforge-migration / stk-migration-test2

0 stars 0 forks source link

The subsea seagull is now static #625

Open supertuxkart-sourceforge-migration opened 10 years ago

supertuxkart-sourceforge-migration commented 10 years ago

Author: auria

It used to fly around. The animation still seems to be in scene.xml so I assume this has to do with Joerg's refactors

Migrated-From: https://sourceforge.net/apps/trac/supertuxkart/ticket/625

supertuxkart-sourceforge-migration commented 10 years ago

Author: hikerstk The seagull appears to be static because the animation has the extend mode 'static' - i.e. after one animation the IPOs will stay at a constant value.

Setting the mode of each IPO to 'cyclic' fixes the problem. Fixed in r11199 and r11200.