From dcb805eacabfa46bdfbaedaa11de4cdbdd1bbbd0 Mon Sep 17 00:00:00 2001 From: "olof.pettersson" Date: Wed, 3 Dec 2025 15:56:35 +0100 Subject: [PATCH] Update engine hash --- .gitea/scripts/setup_editor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}]..."