Skip to content

Commit

Permalink
FIX: Correct keybind conflict with move submode and drop to terrain
Browse files Browse the repository at this point in the history
  • Loading branch information
magicaldave committed Jul 23, 2024
1 parent 55ccec7 commit 9f8ebc7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/opencs/model/prefs/values.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ namespace CSMPrefs
Settings::SettingValue<std::string> mSceneSpeedModifier{ mIndex, sName, "scene-speed-modifier", "Shift" };
Settings::SettingValue<std::string> mSceneDelete{ mIndex, sName, "scene-delete", "Delete" };
Settings::SettingValue<std::string> mSceneInstanceDropTerrain{ mIndex, sName, "scene-instance-drop-terrain",
"G" };
"B" };
Settings::SettingValue<std::string> mSceneInstanceDropCollision{ mIndex, sName, "scene-instance-drop-collision",
"H" };
Settings::SettingValue<std::string> mSceneInstanceDropTerrainSeparately{ mIndex, sName,
Expand Down

0 comments on commit 9f8ebc7

Please sign in to comment.