Fix the buid

This commit is contained in:
samcake 2016-11-07 17:56:54 -08:00
parent cab699464e
commit af438ae31b

View file

@ -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");
}
}