mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 08:23:04 +02:00
Bad merge fix
This commit is contained in:
parent
3ced4c9bef
commit
303fddd93b
1 changed files with 0 additions and 2 deletions
|
@ -71,8 +71,6 @@ Menu::Menu() :
|
||||||
_boundaryLevelAdjust(0),
|
_boundaryLevelAdjust(0),
|
||||||
_maxVoxelPacketsPerSecond(DEFAULT_MAX_VOXEL_PPS),
|
_maxVoxelPacketsPerSecond(DEFAULT_MAX_VOXEL_PPS),
|
||||||
_lastAdjust(usecTimestampNow()),
|
_lastAdjust(usecTimestampNow()),
|
||||||
_loginAction(NULL)
|
|
||||||
_lastAdjust(usecTimestampNow()),
|
|
||||||
_preferencesDialog()
|
_preferencesDialog()
|
||||||
{
|
{
|
||||||
Application *appInstance = Application::getInstance();
|
Application *appInstance = Application::getInstance();
|
||||||
|
|
Loading…
Reference in a new issue