mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 07:34:45 +00:00
Requested cleanups
This commit is contained in:
parent
25a32cba2a
commit
e8a49ef4ca
5 changed files with 16 additions and 14 deletions
|
|
@ -1059,7 +1059,7 @@ function EditorDropTypeMenu::onSelectItem(%this, %id, %text)
|
|||
// a drop type is selected in the menu.
|
||||
EWorldEditor.dropType = getField(%this.item[%id], 2);
|
||||
|
||||
for(%i=0; %i < %this.getItemCount() + 1; %i++)
|
||||
for(%i=0; %i < %this.getItemCount(); %i++)
|
||||
{
|
||||
%this.checkItem(%i, false);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue