| 21 | {} |
| 22 | |
| 23 | void ObjectsSoundsProcessor::SetMap( const MapDataConstPtr& map_data ) |
| 24 | { |
| 25 | map_data_= map_data; |
| 26 | |
| 27 | volume_= 0.0f; |
| 28 | current_sound_= 0.0f; |
| 29 | nearest_source_pos_= m_Vec3( 0.0f, 0.0f, 0.0f ); |
| 30 | } |
| 31 | |
| 32 | void ObjectsSoundsProcessor::Update( const MapState& map_state, const m_Vec3& head_pos ) |
| 33 | { |
nothing calls this directly
no outgoing calls
no test coverage detected