More work

This commit is contained in:
Benjamin Rosseaux 2026-07-04 14:13:58 +02:00
commit 29a8495b66
2 changed files with 2 additions and 1 deletions

2
externals/kraft vendored

@ -1 +1 @@
Subproject commit 6b1944f2faeac6f0a6b2af71fcf9210e5112d0d6
Subproject commit 0ac42bdd913839f2339e75a0fceaeaad0e3411d5

View file

@ -42,6 +42,7 @@ cd "${OLD_DIR}"
# Commit the changes in the kraft GIT repository
cd ../kraft
git add src/kraft.pas src/KraftArcadeCarPhysics.pas src/KraftRayCastVehicle.pas sandbox/UnitDemo*.pas sandbox/UnitFormMain.pas sandbox/UnitFormMain.lfm sandbox/kraftsandbox.lpi sandbox/kraftsandbox.lpr README.md
git commit -a -m "$commit_message"
git push
cd "${OLD_DIR}"