mirror of
https://github.com/lubosz/overte.git
synced 2025-08-28 09:16:30 +02:00
fix endline on Batch.cpp
This commit is contained in:
parent
f8f9383c43
commit
86819b9344
1 changed files with 1 additions and 1 deletions
|
@ -621,4 +621,4 @@ void backend::renderBatch(Batch& batch) {
|
|||
for (int i = 0; i < batch._commands.size(); i++) {
|
||||
batch.runCommand(i);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue