aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Murphy <tomnom@google.com>2022-12-06 10:37:37 +0000
committerTom Murphy <tomnom@google.com>2022-12-06 10:37:37 +0000
commit33ba3a8452ebb1a28903b2f1a81eecbb3f8e864a (patch)
tree41c1181a6f5a136f2ee7448acf7fc45e0c713e59
parent3fac4218cc1e506cdd96a9a531ba19447c330326 (diff)
downloadgamesdk-33ba3a8452ebb1a28903b2f1a81eecbb3f8e864a.tar.gz
Checkout a tagged version of imgui
Bug: 261430336 Test: n/a Change-Id: I7cd168818912d64c09281af60367d14ac0c3125a
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sh b/build.sh
index efd28fa4..ccda7d6b 100755
--- a/build.sh
+++ b/build.sh
@@ -110,7 +110,7 @@ then
mkdir -p ./third-party
pushd third-party
if [ ! -d "imgui" ] ; then
- git clone https://github.com/ocornut/imgui
+ git clone https://github.com/ocornut/imgui -b v1.89
fi
popd
popd