Browse Source

Merge pull request #77468 from MisoMosiSpy/cs_notif_example

Fix typo in CS notification example of the Object class
Rémi Verschelde 2 years ago
parent
commit
89913c4e93
1 changed files with 1 additions and 1 deletions
  1. 1 1
      doc/classes/Object.xml

+ 1 - 1
doc/classes/Object.xml

@@ -175,7 +175,7 @@
 				        print("Goodbye!")
 				[/gdscript]
 				[csharp]
-				public override void _Notification(long what)
+				public override void _Notification(int what)
 				{
 				    if (what == NotificationPredelete)
 				    {