소스 검색

Merge pull request #108116 from lawnjelly/fti_multimesh_stable_buffer

[3.x] `FTI` - Fix `MultiMesh` stable behaviour
lawnjelly 2 달 전
부모
커밋
0715aa89e3
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      servers/visual/rasterizer.cpp

+ 3 - 0
servers/visual/rasterizer.cpp

@@ -91,6 +91,9 @@ void RasterizerStorage::update_interpolation_tick(bool p_process) {
 
 			// make sure are updated one more time to ensure the AABBs are correct
 			//_instance_queue_update(instance, true);
+
+			// Update the actual stable buffer to the backend.
+			_multimesh_set_as_bulk_array(rid, mmi->_data_interpolated);
 		}
 
 		if (!mmi) {