| 321 | //------------------------------------------------------------------------------ |
| 322 | |
| 323 | void GuiObjectView::setObjectAnimation( S32 index ) |
| 324 | { |
| 325 | mAnimationSeq = index; |
| 326 | mAnimationSeqName = String(); |
| 327 | |
| 328 | if( mModel ) |
| 329 | _initAnimation(); |
| 330 | } |
| 331 | |
| 332 | //------------------------------------------------------------------------------ |
| 333 |