| 458 | //----------------------------------------------------------------------------- |
| 459 | |
| 460 | F32 SFXSource::getElapsedPlayTime() const |
| 461 | { |
| 462 | return F32( mPlayTimer.getPosition() ) / 1000.f; |
| 463 | } |
| 464 | |
| 465 | //----------------------------------------------------------------------------- |
| 466 |
nothing calls this directly
no test coverage detected