소스 검색

Fix typo in CS notification example of the Object class

Dipal Zambare 2 년 전
부모
커밋
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)
 				    {