Skip to content

Commit

Permalink
#5231: Fix brush prism/cone/sphere command
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jun 29, 2020
1 parent 3aefb11 commit 4248f75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiant/ui/UserInterfaceModule.cpp
Expand Up @@ -335,7 +335,7 @@ void UserInterfaceModule::registerUICommands()
GlobalCommandSystem().addCommand("CreateSimplePatchDialog", PatchCreateDialog::Show);

GlobalCommandSystem().addCommand("ExportCollisionModelDialog", ExportCollisionModelDialog::Show);
GlobalCommandSystem().addCommand("QueryBrushPrefabSidesDialog", QuerySidesDialog::Show);
GlobalCommandSystem().addCommand("QueryBrushPrefabSidesDialog", QuerySidesDialog::Show, { cmd::ARGTYPE_INT });

// Set up the CloneSelection command to react on key up events only
GlobalEventManager().addCommand("CloneSelection", "CloneSelection", true); // react on keyUp
Expand Down

0 comments on commit 4248f75

Please sign in to comment.