Skip to content
This repository was archived by the owner on May 9, 2023. It is now read-only.

Commit 4de3789

Browse files
committed
Update GameObjectWindow.cs
1 parent e6e2b3c commit 4de3789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Menu/Windows/GameObjectWindow.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ private void InspectGameObject(Transform obj)
182182

183183
private void ReflectObject(Il2CppSystem.Object obj)
184184
{
185-
var window = WindowManager.InspectObject(obj, out bool created);
185+
var window = WindowManager.InspectObject(obj, out bool created, true);
186186

187187
if (created)
188188
{

0 commit comments

Comments
 (0)