Fix typo in CS notification example of the Object class
(cherry picked from commit 41ac5a406e)
This commit is contained in:
committed by
Yuri Sizov
parent
41b10f1222
commit
3aea815a05
@ -175,7 +175,7 @@
|
||||
print("Goodbye!")
|
||||
[/gdscript]
|
||||
[csharp]
|
||||
public override void _Notification(long what)
|
||||
public override void _Notification(int what)
|
||||
{
|
||||
if (what == NotificationPredelete)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user