Skip to content

Commit

Permalink
#5231: Fix SetEntityKeyValue command signature
Browse files Browse the repository at this point in the history
  • Loading branch information
codereader committed Jul 24, 2020
1 parent 921be0f commit c4d252c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radiantcore/selection/algorithm/General.cpp
Expand Up @@ -990,7 +990,7 @@ void registerCommands()

GlobalCommandSystem().addCommand("ConnectSelection", connectSelectedEntities);
GlobalCommandSystem().addCommand("BindSelection", bindEntities);
GlobalCommandSystem().addCommand("SetEntityKeyValue", setEntityKeyValueOnSelection);
GlobalCommandSystem().addCommand("SetEntityKeyValue", setEntityKeyValueOnSelection, { cmd::ARGTYPE_STRING, cmd::ARGTYPE_STRING });
GlobalCommandSystem().addCommand("CreateCurveNURBS", createCurveNURBS);
GlobalCommandSystem().addCommand("CreateCurveCatmullRom", createCurveCatmullRom);

Expand Down

0 comments on commit c4d252c

Please sign in to comment.