mirror of
https://github.com/OpenMW/openmw.git
synced 2025-03-01 05:09:41 +00:00
Use a compile-time check
This commit is contained in:
parent
8df7ce545e
commit
3e9cedf3b5
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ namespace CSVRender
|
||||||
CSMPrefs::get()["Tooltips"].update();
|
CSMPrefs::get()["Tooltips"].update();
|
||||||
}
|
}
|
||||||
|
|
||||||
connect(mRenderer, SIGNAL(simulationUpdated(double)), this, SLOT(update(double)));
|
connect(mRenderer, &CompositeOsgRenderer::simulationUpdated, this, &SceneWidget::update);
|
||||||
|
|
||||||
// Shortcuts
|
// Shortcuts
|
||||||
CSMPrefs::Shortcut* focusToolbarShortcut = new CSMPrefs::Shortcut("scene-focus-toolbar", this);
|
CSMPrefs::Shortcut* focusToolbarShortcut = new CSMPrefs::Shortcut("scene-focus-toolbar", this);
|
||||||
|
|
Loading…
Reference in a new issue