fix endline on Batch.cpp

This commit is contained in:
Sam Gateau 2014-10-21 18:03:53 -07:00
parent f8f9383c43
commit 86819b9344

View file

@ -621,4 +621,4 @@ void backend::renderBatch(Batch& batch) {
for (int i = 0; i < batch._commands.size(); i++) {
batch.runCommand(i);
}
}
}