You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-04 19:21:46 +00:00
Fix typo in CS notification example of the Object class
This commit is contained in:
@@ -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