Patching voxel

This commit is contained in:
2024-05-15 14:40:17 +03:00
parent 6046785697
commit 3d54b42863
2 changed files with 1450 additions and 1 deletions

View File

@@ -16,7 +16,7 @@ godot-editor-main: patch
patch: ./src/godot/scene/animation/skeleton_ik.cpp
cd ./src/godot && git reset --hard HEAD && for p in ../patches/*.patch; do git apply $$p; done
sed -e 's/ERR_FAIL_COND_V(-1 == p_task->root_bone, false);//g' -i ./src/godot/scene/animation/skeleton_ik.cpp
cd ./src/modules/voxel && git reset --hard HEAD && for p in ../patches/voxel/*.patch; do git apply $$p; done
export: export-models export-clothes
rm -Rf godot/.import

File diff suppressed because it is too large Load Diff