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