diff --git a/.gitea/scripts/setup_editor.sh b/.gitea/scripts/setup_editor.sh index fb08e75..4f829f8 100644 --- a/.gitea/scripts/setup_editor.sh +++ b/.gitea/scripts/setup_editor.sh @@ -1,7 +1,7 @@ #!/bin/bash # Config: The exact engine version this game project depends on # You update this hash when you upgrade the engine -ENGINE_VERSION="8bf2d40" +ENGINE_VERSION="a90daf08c2bb52d6cb4ba67bb5cbe09d79b2c4eb" echo "Fetching Custom Editor [${ENGINE_VERSION}]..."