Browse Source

FTI - Fix `MultiMesh` stable behaviour

lawnjelly 2 months ago
parent
commit
15d143390d
1 changed files with 3 additions and 0 deletions
  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
 			// make sure are updated one more time to ensure the AABBs are correct
 			//_instance_queue_update(instance, true);
 			//_instance_queue_update(instance, true);
+
+			// Update the actual stable buffer to the backend.
+			_multimesh_set_as_bulk_array(rid, mmi->_data_interpolated);
 		}
 		}
 
 
 		if (!mmi) {
 		if (!mmi) {