mirror of
https://github.com/onyx-and-iris/obsws-ruby.git
synced 2025-01-18 05:20:47 +00:00
fix error in rakefile
This commit is contained in:
parent
15c4baf5d7
commit
15585c90e9
2
Rakefile
2
Rakefile
@ -14,7 +14,7 @@ task :events do
|
|||||||
ruby filepath
|
ruby filepath
|
||||||
end
|
end
|
||||||
task :levels do
|
task :levels do
|
||||||
filepath = File.join(HERE, "examples", "events", "main.rb")
|
filepath = File.join(HERE, "examples", "levels", "main.rb")
|
||||||
ruby filepath
|
ruby filepath
|
||||||
end
|
end
|
||||||
task :scene_rotate do
|
task :scene_rotate do
|
||||||
|
Loading…
Reference in New Issue
Block a user