瀏覽代碼

oops, fix typo

rdb 11 年之前
父節點
當前提交
88f1cc5347
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      panda/src/x11display/x11GraphicsWindow.cxx

+ 1 - 1
panda/src/x11display/x11GraphicsWindow.cxx

@@ -2028,7 +2028,7 @@ get_keyboard_map() const {
       continue;
     }
 
-    map->map_button(raw_button, button, name);
+    map->map_button(raw_button, button);
   }
 
   return map;