Skip to content

Commit

Permalink
No longer clobbers ruby load_path.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaymcgavren committed Dec 6, 2009
1 parent d8a14b5 commit a6cf520
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/project_generator.rb
Expand Up @@ -29,7 +29,6 @@ def generate_main
f << <<-ENDL
require 'java'
$LOAD_PATH.clear
$LOAD_PATH << File.expand_path(File.dirname(__FILE__))
$LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), 'game_objects'))
$LOAD_PATH << File.expand_path(File.join(File.dirname(__FILE__), 'managers'))
Expand Down

0 comments on commit a6cf520

Please sign in to comment.