From b88d7c2e05e1877872bf55c2a1a4cb94174e99ed Mon Sep 17 00:00:00 2001 From: "Anthony J. Thibault" Date: Mon, 22 Jun 2015 08:55:39 -0700 Subject: [PATCH] Added FIXME comment to preRender --- interface/src/Application.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 461633460c..c4985be15f 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -3307,6 +3307,8 @@ namespace render { void Application::displaySide(RenderArgs* renderArgs, Camera& theCamera, bool selfAvatarOnly, bool billboard) { + // FIXME: This preRender call is temporary until we create a separate render::scene for the mirror rendering. + // Then we can move this logic into the Avatar::simulate call. _myAvatar->preRender(renderArgs); activeRenderingThread = QThread::currentThread();