lib/junction/screen_manager.rb in junction-0.1.7 vs lib/junction/screen_manager.rb in junction-0.1.8

- old
+ new

@@ -5,11 +5,9 @@ def initialize @screen = Junction::Screens::Main.new end def start - loop do - @screen.render - end + @screen.render end end end