| 126 | } |
| 127 | |
| 128 | void EveStretch::UpdateEffectAsync( const EveUpdateContext& updateContext ) |
| 129 | { |
| 130 | Update( updateContext ); |
| 131 | } |
| 132 | |
| 133 | void EveStretch::UpdateEffectSync( const EveUpdateContext& updateContext ) |
| 134 | { |
no outgoing calls
no test coverage detected