Skip to content

Commit 5579d04

Browse files
committed
Fix Group Duplication
1 parent de138ce commit 5579d04

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

LevelEditor.cs

+1
Original file line numberDiff line numberDiff line change
@@ -581,6 +581,7 @@ int renderObjectGroup(ObjectGroup group, int j, int depth)
581581
}
582582
else
583583
{
584+
parent = globalObject.FindParentOfChild(SelectedObject.Group);
584585
SelectedObject.Group.Clone(parent);
585586
SelectedObject.SelectGroup(parent.objectGroups.Last());
586587
return;

_lmr.tracker

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
KarlsonMapEditor|v2.2|https://github.com/karlsonmodding/KarlsonMapEditor/releases/download/v2.2/KarlsonMapEditor.klm
1+
KarlsonMapEditor|v2.3|https://github.com/karlsonmodding/KarlsonMapEditor/releases/download/v2.3/KarlsonMapEditor.klm

metadata.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
displayname=Karlson Map Editor
22
author=devilExE
3-
description=Create, Play and Download custom Karlson Maps\nA whole workshop awaits you!\n\n<LMR>v2.2</LMR>
3+
description=Create, Play and Download custom Karlson Maps\nA whole workshop awaits you!\n\n<LMR>v2.3</LMR>
44
deps=

0 commit comments

Comments
 (0)