Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
UPBGE: Fix physics shape reinstancing.
Previously the vertex remap was resized with default value to -1 but if this list wasn't empty the previous value were kept. To initialize all values to -1 std::fill is used. Fix issue: #622.
- Loading branch information