Remove raw base pointer from GDScript
This commit is contained in:
parent
16a11ac88b
commit
bf7d580e29
3 changed files with 33 additions and 41 deletions
|
|
@ -93,7 +93,6 @@ class GDScript : public Script {
|
|||
|
||||
Ref<GDScriptNativeClass> native;
|
||||
Ref<GDScript> base;
|
||||
GDScript *_base = nullptr; //fast pointer access
|
||||
GDScript *_owner = nullptr; //for subclasses
|
||||
|
||||
// Members are just indices to the instantiated script.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue