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