1
0
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:
Tomasz Chabora
2020-11-05 11:04:25 +01:00
committed by kobewi
parent c7b97f077a
commit 497c3f97b2
2 changed files with 3 additions and 4 deletions

View File

@@ -1349,6 +1349,8 @@ SceneTree::SceneTree() {
GLOBAL_DEF("debug/shapes/collision/draw_2d_outlines", true);
Math::randomize();
// Create with mainloop.
root = memnew(Window);