antirez / load81

SDL based Lua programming environment for kids similar to Codea
BSD 2-Clause "Simplified" License
599 stars 62 forks source link

Editor can accept new file without crashing #59

Closed nopcoder closed 11 years ago

nopcoder commented 11 years ago

Hi, this enables to execute load81 with new file as parameter. Before this change when you hit ESC the editor was trying to access the filename and it was null because 'editorOpen' returned before settings the name.

antirez commented 11 years ago

Thanks, merged.