diff --git a/AronaCore b/AronaCore index 580ad03..ad39426 160000 --- a/AronaCore +++ b/AronaCore @@ -1 +1 @@ -Subproject commit 580ad036235270a8ca7cea3517c95f2be2f47c30 +Subproject commit ad39426dae033a0e7e855dafb096b002f95469e3 diff --git a/update.bat b/update.bat index 511ab5d..7487ae3 100644 --- a/update.bat +++ b/update.bat @@ -1,5 +1,10 @@ git pull + +cd Arona/third_party/imgui/imgui +git pull +cd ../../../../ + cd AronaCore update.bat pause \ No newline at end of file diff --git a/update.sh b/update.sh index 74c16f1..78d9abd 100755 --- a/update.sh +++ b/update.sh @@ -1,4 +1,8 @@ git pull -cd AronaCore +cd Arona/third_party/imgui/imgui || exit +git pull +cd ../../../../ + +cd AronaCore || exit ./update.sh