diff options
Diffstat (limited to 'test/audio.rb')
| -rw-r--r-- | test/audio.rb | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/audio.rb b/test/audio.rb index 7d39569..cf8ab0f 100644 --- a/test/audio.rb +++ b/test/audio.rb @@ -1,10 +1,6 @@ require 'ruby2d' -if RUBY_ENGINE == 'opal' - media = "../test/media" -else - media = "media" -end +media = "media" set width: 300, height: 200, title: "Ruby 2D — Audio" |
