1
0
mirror of https://gitlab.com/OpenMW/openmw.git synced 2025-03-17 19:20:49 +00:00

Use a compile-time check

This commit is contained in:
Andrei Kortunov 2023-04-06 08:04:21 +04:00
parent 8df7ce545e
commit 3e9cedf3b5

View File

@ -206,7 +206,7 @@ namespace CSVRender
CSMPrefs::get()["Tooltips"].update();
}
connect(mRenderer, SIGNAL(simulationUpdated(double)), this, SLOT(update(double)));
connect(mRenderer, &CompositeOsgRenderer::simulationUpdated, this, &SceneWidget::update);
// Shortcuts
CSMPrefs::Shortcut* focusToolbarShortcut = new CSMPrefs::Shortcut("scene-focus-toolbar", this);