mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-01-09 10:38:59 +08:00
Update GameObjectWindow.cs
This commit is contained in:
parent
e6e2b3cd67
commit
4de378907b
@ -182,7 +182,7 @@ namespace Explorer
|
||||
|
||||
private void ReflectObject(Il2CppSystem.Object obj)
|
||||
{
|
||||
var window = WindowManager.InspectObject(obj, out bool created);
|
||||
var window = WindowManager.InspectObject(obj, out bool created, true);
|
||||
|
||||
if (created)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user