mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 01:00:44 +02:00
Fix comment in GLBackend
This commit is contained in:
parent
efad7da508
commit
8db74413fd
1 changed files with 2 additions and 2 deletions
|
@ -207,7 +207,7 @@ void GLBackend::renderPassTransfer(const Batch& batch) {
|
|||
}
|
||||
}
|
||||
|
||||
{ // Sync all the buffers
|
||||
{ // Sync all the transform states
|
||||
PROFILE_RANGE(render_gpu_gl_detail, "syncCPUTransform");
|
||||
_transform._cameras.clear();
|
||||
_transform._cameraOffsets.clear();
|
||||
|
|
Loading…
Reference in a new issue