3
0
Fork 0
mirror of https://github.com/JulianGro/overte.git synced 2025-04-30 22:26:00 +02:00

Fixing warning

This commit is contained in:
Brad Davis 2016-01-28 16:39:40 -08:00
parent aa03241dd9
commit 5b2e739ef3

View file

@ -406,6 +406,7 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer) :
_entityClipboard(new EntityTree()),
_lastQueriedTime(usecTimestampNow()),
_mirrorViewRect(QRect(MIRROR_VIEW_LEFT_PADDING, MIRROR_VIEW_TOP_PADDING, MIRROR_VIEW_WIDTH, MIRROR_VIEW_HEIGHT)),
_previousScriptLocation("LastScriptLocation", DESKTOP_LOCATION),
_fieldOfView("fieldOfView", DEFAULT_FIELD_OF_VIEW_DEGREES),
_scaleMirror(1.0f),
_rotateMirror(0.0f),
@ -416,8 +417,7 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer) :
_aboutToQuit(false),
_notifiedPacketVersionMismatchThisDomain(false),
_maxOctreePPS(maxOctreePacketsPerSecond.get()),
_lastFaceTrackerUpdate(0),
_previousScriptLocation("LastScriptLocation", DESKTOP_LOCATION)
_lastFaceTrackerUpdate(0)
{
thread()->setObjectName("Main Thread");