diff options
| -rw-r--r-- | dragon/args.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dragon/args.rb b/dragon/args.rb index 0b9a2eb..d058b1d 100644 --- a/dragon/args.rb +++ b/dragon/args.rb @@ -272,7 +272,7 @@ module GTK def click_at return nil unless @inputs.mouse.click - @inpust.mouse.click.created_a + @inputs.mouse.click.created_at end def mouse |
