Make randbase
member protected in RandomNumberGenerator
Allows to extend `RandomNumberGenerator` via C++ modules.
This commit is contained in:
parent
b370aa75dd
commit
1923f0d302
@ -37,9 +37,9 @@
|
||||
class RandomNumberGenerator : public Reference {
|
||||
GDCLASS(RandomNumberGenerator, Reference);
|
||||
|
||||
protected:
|
||||
RandomPCG randbase;
|
||||
|
||||
protected:
|
||||
static void _bind_methods();
|
||||
|
||||
public:
|
||||
|
Loading…
Reference in New Issue
Block a user