summaryrefslogtreecommitdiffhomepage
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ruby2d2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ruby2d b/bin/ruby2d
index 98a1e7e..06e1fd2 100755
--- a/bin/ruby2d
+++ b/bin/ruby2d
@@ -15,6 +15,7 @@ end
# The Ruby 2D library files
@lib_files = [
+ 'exceptions',
'color',
'window',
'application',
@@ -26,7 +27,6 @@ end
'image',
'sprite',
'text',
- 'exceptions'
]