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:
@@ -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