Skip to content

Commit 8e2a1fb

Browse files
generatedunixname1192599992988726meta-codesync[bot]
authored andcommitted
xplat/ocean/impl/ocean/rendering/glescenegraph/quest/openxr
Differential Revision: D109674583 fbshipit-source-id: e60eb31516d36b594ad6d27309380cd152d3c044
1 parent 81424a9 commit 8e2a1fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

impl/ocean/rendering/glescenegraph/quest/openxr/GLESWindowFramebuffer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ void GLESWindowFramebuffer::render()
190190

191191
if (glesScene->useHeadlight() && glesStereoView->useHeadlight() && glesStereoView->headlight())
192192
{
193-
lights.push_back(LightPair(glesStereoView->headlight(), HomogenousMatrix4(true)));
193+
lights.emplace_back(glesStereoView->headlight(), HomogenousMatrix4(true));
194194
}
195195

196196
glesScene->addToTraverser(*this, projectionMatrix, camera_T_world, lights, traverser_);

0 commit comments

Comments
 (0)