Compare commits
No commits in common. "c568673f184a48ac46dcf8e9df19ada9ebaf3305" and "cb6fd87e72a2b4b72dacb741f2fea661bee0e3ee" have entirely different histories.
c568673f18
...
cb6fd87e72
|
@ -40,7 +40,7 @@ void GameRoot3D::_enter_tree() {
|
||||||
// TODO: Replace this with detecting input devices
|
// TODO: Replace this with detecting input devices
|
||||||
this->player_input_connected();
|
this->player_input_connected();
|
||||||
this->grab_singleton();
|
this->grab_singleton();
|
||||||
this->rng = godot::Ref<godot::RandomNumberGenerator>(memnew(godot::RandomNumberGenerator));
|
this->rng = gd::Ref<gd::RandomNumberGenerator>(memnew(gd::RandomNumberGenerator));
|
||||||
}
|
}
|
||||||
|
|
||||||
void GameRoot3D::_ready() {
|
void GameRoot3D::_ready() {
|
||||||
|
|
Loading…
Reference in New Issue