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

Commit 5313055

Browse files
Fixed game event listener inspector not applying property deltas
1 parent 2fb334c commit 5313055

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/SO Architecture/Editor/Inspectors/BaseGameEventListenerEditor.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,7 @@ public override void OnInspectorGUI()
3030
_stackTrace.Draw();
3131

3232
SOArchitectureBaseObjectEditor.DrawDescription(DeveloperDescrption);
33+
34+
serializedObject.ApplyModifiedProperties();
3335
}
3436
}

0 commit comments

Comments
 (0)