From 7042b2c6480a98aa51fef80619d32b6e3f568b8a Mon Sep 17 00:00:00 2001 From: Dragos Daian Date: Fri, 30 Aug 2024 12:26:24 +0200 Subject: [PATCH] Update determinism.md --- docs/documentation/determinism.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/documentation/determinism.md b/docs/documentation/determinism.md index fff4153..58aa785 100644 --- a/docs/documentation/determinism.md +++ b/docs/documentation/determinism.md @@ -25,7 +25,7 @@ Also, if you don't want the physics space to auto step, you can use: In order to get the current space rid, use: -- `get_viewport().world_2/3d.space` +- `var space := get_viewport().world_2/3d.space` ## Components