Remove raw base pointer from GDScript

This commit is contained in:
HolonProduction
2025-10-10 21:55:25 +02:00
parent 16a11ac88b
commit bf7d580e29
3 changed files with 33 additions and 41 deletions

View File

@@ -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.