1
0
Fork 0

Fix typo in CS notification example of the Object class

This commit is contained in:
Dipal Zambare 2023-05-25 10:09:12 +02:00
parent a67d37f7cf
commit 41ac5a406e
1 changed files with 1 additions and 1 deletions

View File

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