mirror of
https://github.com/tiennm99/godot.git
synced 2026-06-30 13:05:33 +00:00
5f5ef98832
PR #30877 was bogus as it made a blend shape-specific code block apply
to everything but blend shapes (as it seemed not to work properly *for*
blend shapes).
The proper fix should thus be to simply remove the problematic
block (and thus cleanup unnecessary logic).
Fixes #32712.
(cherry picked from commit 0034c88c57)