Skip to content

Commit 7c47fe5

Browse files
committed
remove filament_material_instance_getter.patch as PR was merged
google/filament#7686
1 parent 6f494d6 commit 7c47fe5

File tree

2 files changed

+1
-94
lines changed

2 files changed

+1
-94
lines changed

package/filament_material_instance_getter.patch

Lines changed: 0 additions & 93 deletions
This file was deleted.

package/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"clean": "rm -rf android/build example/android/build example/android/app/build example/ios/build lib",
3434
"prepare": "git submodule update --init --recursive && yarn patch-filament && bob build",
3535
"update-submodule": "git submodule update --remote --merge",
36-
"patch-filament": "cd ../filament ; git apply ../package/filament_animator_feat.patch ; git apply ../package/filament_material_instance_getter.patch ; git apply ../package/filament_ios_simulator.patch ; cd ../package",
36+
"patch-filament": "cd ../filament ; git apply ../package/filament_animator_feat.patch ; git apply ../package/filament_ios_simulator.patch ; cd ../package",
3737
"build-filament": "yarn patch-filament && scripts/build-filament.sh",
3838
"build-filament:release": "yarn build-filament release",
3939
"build-filament:debug": "yarn build-filament debug",

0 commit comments

Comments
 (0)