Cleanup: rename BLI_strescape to BLI_str_escape
Prepare for `BLI_str_unescape` which doesn't read well without the separator.
This commit is contained in:
@@ -81,7 +81,7 @@ void GPU_batch_init_ex(GPUBatch *batch,
|
||||
for (int v = 1; v < GPU_BATCH_VBO_MAX_LEN; v++) {
|
||||
batch->verts[v] = nullptr;
|
||||
}
|
||||
for (auto & v : batch->inst) {
|
||||
for (auto &v : batch->inst) {
|
||||
v = nullptr;
|
||||
}
|
||||
batch->elem = elem;
|
||||
|
Reference in New Issue
Block a user