mirror of
https://github.com/celisej567/source-engine.git
synced 2026-01-03 05:49:41 +03:00
physics: fix a lot of problems
This commit is contained in:
@@ -1484,7 +1484,8 @@ void TextEntry::OnMousePressed(MouseCode code)
|
||||
return;
|
||||
}
|
||||
|
||||
g_pInputSystem->StartTextInput();
|
||||
if( IsEnabled() )
|
||||
g_pInputSystem->StartTextInput();
|
||||
|
||||
// move the cursor to where the mouse was pressed
|
||||
int x, y;
|
||||
|
||||
Reference in New Issue
Block a user