Revert "GDScript: Fix groups and categories been seen as members"
This reverts commit 6f2a8434c6.
The commit introduces a bug where it creates spurious entries for member
information.
This commit is contained in:
parent
3863199ab9
commit
eba984a44f
3 changed files with 1 additions and 19 deletions
|
|
@ -1,11 +0,0 @@
|
|||
# https://github.com/godotengine/godot/issues/73843
|
||||
extends RefCounted
|
||||
|
||||
@export_group("Resource")
|
||||
@export_category("RefCounted")
|
||||
|
||||
func test():
|
||||
var res = Resource.new()
|
||||
var ref = RefCounted.new()
|
||||
prints("Resource class not shadowed:", res is Resource)
|
||||
prints("RefCounted class not shadowed:", ref is RefCounted)
|
||||
|
|
@ -1,3 +0,0 @@
|
|||
GDTEST_OK
|
||||
Resource class not shadowed: true
|
||||
RefCounted class not shadowed: true
|
||||
Loading…
Add table
Add a link
Reference in a new issue