added a lost newline

This commit is contained in:
oy 2010-06-22 02:07:52 +02:00
parent d01776bf3f
commit 62ffaa9142

View file

@ -3050,4 +3050,4 @@ void CEditor::UpdateAndRender()
Input()->ClearEvents(); Input()->ClearEvents();
} }
IEditor *CreateEditor() { return new CEditor; } IEditor *CreateEditor() { return new CEditor; }