mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-06-17 14:37:49 +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)
|
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)
|
if (created)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user