You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Call randomize() automatically
This commit is contained in:
@@ -1349,6 +1349,8 @@ SceneTree::SceneTree() {
|
||||
|
||||
GLOBAL_DEF("debug/shapes/collision/draw_2d_outlines", true);
|
||||
|
||||
Math::randomize();
|
||||
|
||||
// Create with mainloop.
|
||||
|
||||
root = memnew(Window);
|
||||
|
||||
Reference in New Issue
Block a user