mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-01-11 09:36:37 +00:00
Forgot to remove line and add comment.
This commit is contained in:
parent
2e6f80688c
commit
c6bc30d6a8
@ -160,7 +160,6 @@ SceneWidget::SceneWidget(boost::shared_ptr<Resource::ResourceSystem> resourceSys
|
||||
, mFreeCamControl(new FreeCameraController())
|
||||
, mOrbitCamControl(new OrbitCameraController())
|
||||
, mCurrentCamControl(mFreeCamControl.get())
|
||||
, mCamPositionSet(false)
|
||||
{
|
||||
mOrbitCamControl->setPickingMask(Mask_Reference | Mask_Terrain);
|
||||
selectNavigationMode("free");
|
||||
|
@ -122,6 +122,7 @@ namespace CSVRender
|
||||
std::map<std::pair<Qt::MouseButton, bool>, std::string> mButtonMapping;
|
||||
|
||||
public slots:
|
||||
/// \note Remember set the camera before running
|
||||
void update(double dt);
|
||||
|
||||
protected slots:
|
||||
|
Loading…
Reference in New Issue
Block a user