mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
Remove unnecessary randomize() (#862)
Seed is now automatically randomized on startup in Godot 4.
This commit is contained in:
@@ -65,7 +65,6 @@ func _on_peers_pressed():
|
||||
|
||||
|
||||
func _on_ping_pressed():
|
||||
randomize()
|
||||
ping.rpc(randf())
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user