Merge pull request #300 from Pan7/faceselect

Switching the key bindings for single face select (ctrl+shift+LMB) wi…
This commit is contained in:
Timothee "TTimo" Besset 2015-09-26 12:18:45 -05:00
commit b255bc6e41
1 changed files with 1 additions and 1 deletions

View File

@ -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 )
{