diff options
| author | Tom Black <[email protected]> | 2018-02-25 17:18:27 -0800 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2018-05-06 16:53:21 -0700 |
| commit | 89b931a9325db2623490bf5f99672213b600e10e (patch) | |
| tree | 443c4e46ea10eee3f8dd07d81429742c656cc92a /lib | |
| parent | 7d3cff5e5d6d53d7f4def94a9dc831e099e03e67 (diff) | |
| download | ruby2d-89b931a9325db2623490bf5f99672213b600e10e.tar.gz ruby2d-89b931a9325db2623490bf5f99672213b600e10e.zip | |
Fix native building of apps
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/ruby2d/window.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/ruby2d/window.rb b/lib/ruby2d/window.rb index 84d7c3f..686c6b0 100644 --- a/lib/ruby2d/window.rb +++ b/lib/ruby2d/window.rb @@ -48,7 +48,6 @@ module Ruby2D } @update_proc = Proc.new {} @diagnostics = false - @controller_mappings_path = File.join(Dir.home, ".ruby2d", "controllers.txt") end def new_event_key |
