mirror of
https://github.com/TTimo/GtkRadiant.git
synced 2025-01-09 19:41:04 +00:00
Merge pull request #300 from Pan7/faceselect
Switching the key bindings for single face select (ctrl+shift+LMB) wi…
This commit is contained in:
commit
b255bc6e41
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ void Drag_Begin( int x, int y, int buttons,
|
|||
|
||||
// ctrl-shift LBUTTON = select single face
|
||||
if ( sf_camera && buttons == ( MK_LBUTTON | MK_CONTROL | MK_SHIFT ) && g_qeglobals.d_select_mode != sel_curvepoint ) {
|
||||
if ( Sys_AltDown() ) {
|
||||
if ( !Sys_AltDown() ) {
|
||||
brush_t *b;
|
||||
for ( b = selected_brushes.next ; b != &selected_brushes ; b = b->next )
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue