Skip to content
This repository has been archived by the owner on Apr 8, 2023. It is now read-only.

camera: fix bug introduced by #2246 where settings would be the default primitives upon startup #2247

Merged
merged 1 commit into from
Jan 16, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ CameraConfig getConfig(ConfigManager configManager)
@Override
protected void startUp()
{
updateConfig();
rightClick = false;
middleClick = false;
menuHasEntries = false;
Expand Down Expand Up @@ -450,4 +451,4 @@ private void updateConfig()
this.ctrlZoomValue = config.ctrlZoomValue();
this.zoomIncrement = config.zoomIncrement();
}
}
}