Skip to content

Commit

Permalink
VOXEDIT: added description to new cvar
Browse files Browse the repository at this point in the history
  • Loading branch information
mgerhardy committed Nov 11, 2023
1 parent 95698c6 commit 84ed51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/voxedit/modules/voxedit-util/SceneManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1544,7 +1544,7 @@ void SceneManager::construct() {

_autoSaveSecondsDelay = core::Var::get(cfg::VoxEditAutoSaveSeconds, "180", -1, "Delay in second between autosaves - 0 disables autosaves");
_movementSpeed = core::Var::get(cfg::VoxEditMovementSpeed, "180.0f");
_transformUpdateChildren = core::Var::get(cfg::VoxEditTransformUpdateChildren, "true");
_transformUpdateChildren = core::Var::get(cfg::VoxEditTransformUpdateChildren, "true", -1, "Update the children of a node when the transform of the node changes");

command::Command::registerCommand("xs", [&] (const command::CmdArgs& args) {
if (args.empty()) {
Expand Down

0 comments on commit 84ed51a

Please sign in to comment.