mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
parent
a90ba38357
commit
a2df854547
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ var prevHotkey = 0;
|
|||
|
||||
function getMaxDragDelta()
|
||||
{
|
||||
return Engine.ConfigDB_GetValue("user", "gui.session.dragdelta"));
|
||||
return Engine.ConfigDB_GetValue("user", "gui.session.dragdelta");
|
||||
}
|
||||
|
||||
function updateCursorAndTooltip()
|
||||
|
|
|
|||
Loading…
Reference in a new issue