From 743aab772d1d0417cc732549adf473f43d2cef63 Mon Sep 17 00:00:00 2001 From: TheBrokenRail Date: Fri, 27 Aug 2021 15:34:21 -0400 Subject: [PATCH] Use Upstream Irrlicht --- build/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build.sh b/build/build.sh index f7f210d..ede7b16 100755 --- a/build/build.sh +++ b/build/build.sh @@ -12,7 +12,7 @@ git clone --depth 1 https://github.com/minetest/minetest_game.git games/minetest DEB_VERSION="$(git describe --tags --dirty)" # Clone Irrlicht -git clone --depth 1 https://github.com/TheBrokenRail/irrlicht.git -b desktop-touch lib/irrlichtmt +git clone --depth 1 https://github.com/minetest/irrlicht.git lib/irrlichtmt # Configure Irrlicht cd lib/irrlichtmt