mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
physics: fix a lot of problems
This commit is contained in:
@@ -173,7 +173,7 @@ void CMCVMinimapPanel::OnMousePressed( vgui::MouseCode code )
|
||||
|
||||
// Find the closest MCV to their mouse press.
|
||||
int iClosest = -1;
|
||||
float flClosest = 1e16;
|
||||
float flClosest = 1e24;
|
||||
Vector2D curMousePos( m_LastX, m_LastY );
|
||||
|
||||
for ( int i=0; i < pPanel->m_DeployedTeleportStations.Count(); i++ )
|
||||
|
||||
Reference in New Issue
Block a user