소스 검색

Remove `_sections_unfolded` noise in GDNative C++ example

merumelu 5 년 전
부모
커밋
ce0a74d7da
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tutorials/plugins/gdnative/gdnative-cpp-example.rst

+ 0 - 1
tutorials/plugins/gdnative/gdnative-cpp-example.rst

@@ -465,7 +465,6 @@ NativeScript.
     resource_name = "gdexample"
     class_name = "GDExample"
     library = ExtResource( 1 )
-    _sections_unfolded = [ "Resource" ]
 
 This is a standard Godot resource; you could just create it directly in your
 scene, but saving it to a file makes it much easier to reuse it in other places.