Compare commits
3 Commits
cb6fd87e72
...
c568673f18
Author | SHA1 | Date |
---|---|---|
Sara | c568673f18 | |
Sara | b1d5e5d263 | |
Sara | 76fa8d3e3f |
|
@ -40,7 +40,7 @@ void GameRoot3D::_enter_tree() {
|
|||
// TODO: Replace this with detecting input devices
|
||||
this->player_input_connected();
|
||||
this->grab_singleton();
|
||||
this->rng = gd::Ref<gd::RandomNumberGenerator>(memnew(gd::RandomNumberGenerator));
|
||||
this->rng = godot::Ref<godot::RandomNumberGenerator>(memnew(godot::RandomNumberGenerator));
|
||||
}
|
||||
|
||||
void GameRoot3D::_ready() {
|
||||
|
|
Loading…
Reference in New Issue