mirror of
https://github.com/Relintai/terraman.git
synced 2025-04-23 21:43:23 +02:00
Make the private fields in TerramanLibrary protected.
This commit is contained in:
parent
6012aeb00d
commit
9fa05da4af
@ -156,7 +156,6 @@ public:
|
|||||||
protected:
|
protected:
|
||||||
static void _bind_methods();
|
static void _bind_methods();
|
||||||
|
|
||||||
private:
|
|
||||||
bool _initialized;
|
bool _initialized;
|
||||||
Vector<Ref<Material> > _materials;
|
Vector<Ref<Material> > _materials;
|
||||||
Vector<Ref<Material> > _liquid_materials;
|
Vector<Ref<Material> > _liquid_materials;
|
||||||
|
Loading…
Reference in New Issue
Block a user