mirror of
https://github.com/godotengine/godot.git
synced 2025-03-19 23:53:32 +08:00
Merge pull request #77468 from MisoMosiSpy/cs_notif_example
Fix typo in CS notification example of the Object class
This commit is contained in:
commit
89913c4e93
@ -175,7 +175,7 @@
|
||||
print("Goodbye!")
|
||||
[/gdscript]
|
||||
[csharp]
|
||||
public override void _Notification(long what)
|
||||
public override void _Notification(int what)
|
||||
{
|
||||
if (what == NotificationPredelete)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user