Merge branch 'temp'

main
Sara 2024-10-08 19:22:04 +02:00
commit c568673f18
2 changed files with 4 additions and 4 deletions

View File

@ -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() {