mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
fix(editor): update speed hint to show Shift+scroll
This commit is contained in:
parent
12acbfb2d5
commit
2b0a81fd9a
1 changed files with 1 additions and 1 deletions
|
|
@ -1201,7 +1201,7 @@ void EditorUI::renderPropertiesPanel(EditorApp& app) {
|
|||
ImGui::Separator();
|
||||
auto pos = app.getEditorCamera().getCamera().getPosition();
|
||||
ImGui::Text("Camera: %.0f, %.0f, %.0f", pos.x, pos.y, pos.z);
|
||||
ImGui::Text("Speed: %.0f (scroll)", app.getEditorCamera().getSpeed());
|
||||
ImGui::Text("Speed: %.0f (Shift+scroll)", app.getEditorCamera().getSpeed());
|
||||
|
||||
// Cursor world position
|
||||
auto& brush = app.getTerrainEditor().brush();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue