(svn r20759) -Fix (r20753): it wasn't possible to build anything when left button scrolling was active

This commit is contained in:
smatz
2010-09-07 11:00:42 +00:00
parent 8456217bf4
commit d9cca2ae1d
2 changed files with 4 additions and 3 deletions

View File

@@ -2209,8 +2209,6 @@ static void MouseLoop(MouseClick click, int mousewheel)
_settings_client.gui.left_mouse_btn_scrolling) {
_scrolling_viewport = true;
_cursor.fix_at = false;
} else {
PlaceObject();
}
break;