mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 13:12:52 +02:00
Fix the buid
This commit is contained in:
parent
cab699464e
commit
af438ae31b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ void Context::beginFrame(const glm::mat4& renderPose) {
|
|||
_currentFrame->pose = renderPose;
|
||||
|
||||
if (!_frameRangeTimer) {
|
||||
_frameRangeTimer = std::make_shared<RangeTimer>();
|
||||
_frameRangeTimer = std::make_shared<RangeTimer>("gpu::Context::Frame");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue