diff options
| author | Piotr Usewicz <[email protected]> | 2019-10-01 18:05:41 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-10-01 18:05:41 +0200 |
| commit | 4e3b8b133a1373a5cc2eb1a80019ac89efda1fab (patch) | |
| tree | 601e69b818e51381fea5bec89b9e82cab96b7ecf /dragon | |
| parent | 96295cfac38357367353b2ea9784b8a2907b8227 (diff) | |
| download | dragonruby-game-toolkit-contrib-4e3b8b133a1373a5cc2eb1a80019ac89efda1fab.tar.gz dragonruby-game-toolkit-contrib-4e3b8b133a1373a5cc2eb1a80019ac89efda1fab.zip | |
Fix typos
Diffstat (limited to 'dragon')
| -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 |
