Merge pull request #77468 from MisoMosiSpy/cs_notif_example

Fix typo in CS notification example of the Object class
This commit is contained in:
Rémi Verschelde 2023-05-25 15:58:44 +02:00
commit 89913c4e93
No known key found for this signature in database
GPG Key ID: C3336907360768E1

View File

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