Merge branch 'temp'
commit
c568673f18
|
@ -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