overte-HifiExperiments/domain-server
Atlante45 80c0f2a21e Fix crash when passing --checkMinSpec flag
That flag caused a DLL to be loaded before Application was
	instanced.
	This triggers a Qt bug inside Q_COREAPP_STARTUP_FUNC that causes
	the previous registration pointing the startup function in
	the main executable to be overridden with the address of the
	function in the DLL (Since they both link the same static
	library)
	This leads to the correct function running in the wrong address
	space (the DLLs), hence not initializing some global variables
	correctly.
2018-02-22 16:29:38 -08:00
..
resources add alert for moved content settings 2018-02-14 16:31:28 -08:00
src Fix crash when passing --checkMinSpec flag 2018-02-22 16:29:38 -08:00
CMakeLists.txt wip live material swapping on model entities, model overlays, avatars, 2018-02-09 12:00:08 -08:00