Removing bApproximate (part 2)

This should wrap up removing this flag from the code base.
This commit is contained in:
sukibaby
2024-09-20 22:03:15 -07:00
committed by teejusb
parent 221752215c
commit 53cd968b90
13 changed files with 29 additions and 34 deletions
+1 -1
View File
@@ -108,7 +108,7 @@ void pos_map_impl::Cleanup()
m_Queue.erase(m_Queue.begin(), it);
}
std::int64_t pos_map_queue::Search( std::int64_t iSourceFrame, bool *bApproximate ) const
std::int64_t pos_map_queue::Search( std::int64_t iSourceFrame ) const
{
if( IsEmpty() )
{