Просмотр исходного кода

Fix typo in CS notification example of the Object class

Dipal Zambare 2 лет назад
Родитель
Сommit
41ac5a406e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      doc/classes/Object.xml

+ 1 - 1
doc/classes/Object.xml

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