-------------------------------------------------------------------------------- Description: Set the glow (spriteset) of this set from the outside --------------------------------------------------------------------------------
| 978 | // Set the glow (spriteset) of this set from the outside |
| 979 | // -------------------------------------------------------------------------------- |
| 980 | void EveBoosterSet2::SetGlow( EveSpriteSetPtr glow ) |
| 981 | { |
| 982 | m_glows = glow; |
| 983 | } |
| 984 | |
| 985 | // -------------------------------------------------------------------------------- |
| 986 | // Description: |